/[mailutils]/mailutils/pop3d/retr.c
ViewVC logotype

Diff of /mailutils/pop3d/retr.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by alainm, Thu Oct 9 23:46:45 2003 UTC revision 1.16 by gray, Fri Oct 10 08:55:10 2003 UTC
# Line 42  pop3d_retr (const char *arg) Line 42  pop3d_retr (const char *arg)
42      return ERR_NO_MESG;      return ERR_NO_MESG;
43    
44    message_get_attribute (msg, &attr);    message_get_attribute (msg, &attr);
45    if (attribute_is_userflag (attr, POP3_ATTRIBUTE_DELE))    if (pop3d_is_deleted (attr))
46      return ERR_MESG_DELE;      return ERR_MESG_DELE;
47    
48    message_get_stream (msg, &stream);    message_get_stream (msg, &stream);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26