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

Diff of /mailutils/pop3d/rset.c

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

revision 1.11 by alainm, Thu Oct 9 23:46:45 2003 UTC revision 1.12 by gray, Fri Oct 10 08:55:10 2003 UTC
# Line 39  pop3d_rset (const char *arg) Line 39  pop3d_rset (const char *arg)
39        attribute_t attr = NULL;        attribute_t attr = NULL;
40        mailbox_get_message (mbox, i, &msg);        mailbox_get_message (mbox, i, &msg);
41        message_get_attribute (msg, &attr);        message_get_attribute (msg, &attr);
42        if (attribute_is_userflag (attr, POP3_ATTRIBUTE_DELE))        pop3d_unset_deleted (attr);
         attribute_unset_userflag (attr, POP3_ATTRIBUTE_DELE);  
43      }      }
44    pop3d_outf ("+OK\r\n");    pop3d_outf ("+OK\r\n");
45    return OK;    return OK;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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