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

Diff of /mailutils/pop3d/quit.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 70  pop3d_fix_mark () Line 70  pop3d_fix_mark ()
70         attribute_t attr = NULL;         attribute_t attr = NULL;
71         mailbox_get_message (mbox, i, &msg);         mailbox_get_message (mbox, i, &msg);
72         message_get_attribute (msg, &attr);         message_get_attribute (msg, &attr);
73         if (attribute_is_userflag (attr, POP3_ATTRIBUTE_DELE))         if (pop3d_is_deleted (attr))
74            attribute_set_deleted (attr);            attribute_set_deleted (attr);
75      }      }
76  }  }

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