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

Diff of /mailutils/pop3d/top.c

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

revision 1.14 by alainm, Thu Oct 9 23:46:45 2003 UTC revision 1.15 by gray, Fri Oct 10 08:55:11 2003 UTC
# Line 55  pop3d_top (const char *arg) Line 55  pop3d_top (const char *arg)
55      return ERR_NO_MESG;      return ERR_NO_MESG;
56    
57    message_get_attribute (msg, &attr);    message_get_attribute (msg, &attr);
58    if (attribute_is_userflag (attr, POP3_ATTRIBUTE_DELE))    if (pop3d_is_deleted (attr))
59      return ERR_MESG_DELE;      return ERR_MESG_DELE;
60    
61    pop3d_outf ("+OK\r\n");    pop3d_outf ("+OK\r\n");

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

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