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

Diff of /mailutils/pop3d/stat.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 47  pop3d_stat (const char *arg) Line 47  pop3d_stat (const char *arg)
47        message_get_attribute (msg, &attr);        message_get_attribute (msg, &attr);
48        /* rfc1939: Note that messages marked as deleted are not counted in        /* rfc1939: Note that messages marked as deleted are not counted in
49           either total.  */           either total.  */
50        if (!attribute_is_userflag (attr, POP3_ATTRIBUTE_DELE))        if (!pop3d_is_deleted (attr))
51          {          {
52            message_size (msg, &size);            message_size (msg, &size);
53            message_lines (msg, &lines);            message_lines (msg, &lines);

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