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

Diff of /mailutils/pop3d/dele.c

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

revision 1.12 by alainm, Thu Oct 9 23:46:45 2003 UTC revision 1.13 by gray, Fri Oct 10 08:55:10 2003 UTC
# Line 38  pop3d_dele (const char *arg) Line 38  pop3d_dele (const char *arg)
38      return ERR_NO_MESG;      return ERR_NO_MESG;
39    
40    message_get_attribute (msg, &attr);    message_get_attribute (msg, &attr);
41    attribute_set_userflag (attr, POP3_ATTRIBUTE_DELE);    pop3d_mark_deleted (attr);
42    pop3d_outf ("+OK Message %d marked\r\n", num);    pop3d_outf ("+OK Message %d marked\r\n", num);
43    return OK;    return OK;
44  }  }

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

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