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

Diff of /mailutils/pop3d/list.c

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

revision 1.13 by alainm, Thu Oct 9 23:46:45 2003 UTC revision 1.14 by gray, Fri Oct 10 08:55:10 2003 UTC
# Line 43  pop3d_list (const char *arg) Line 43  pop3d_list (const char *arg)
43          {          {
44            mailbox_get_message (mbox, mesgno, &msg);            mailbox_get_message (mbox, mesgno, &msg);
45            message_get_attribute (msg, &attr);            message_get_attribute (msg, &attr);
46            if (!attribute_is_userflag (attr, POP3_ATTRIBUTE_DELE))            if (!pop3d_is_deleted (attr))
47              {              {
48                message_size (msg, &size);                message_size (msg, &size);
49                message_lines (msg, &lines);                message_lines (msg, &lines);
# Line 58  pop3d_list (const char *arg) Line 58  pop3d_list (const char *arg)
58        if (mailbox_get_message (mbox, mesgno, &msg) != 0)        if (mailbox_get_message (mbox, mesgno, &msg) != 0)
59          return ERR_NO_MESG;          return ERR_NO_MESG;
60        message_get_attribute (msg, &attr);        message_get_attribute (msg, &attr);
61        if (attribute_is_userflag (attr, POP3_ATTRIBUTE_DELE))        if (pop3d_is_deleted (attr))
62          return ERR_MESG_DELE;          return ERR_MESG_DELE;
63        message_size (msg, &size);        message_size (msg, &size);
64        message_lines (msg, &lines);        message_lines (msg, &lines);

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

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