/[mailutils]/mailutils/imap4d/close.c
ViewVC logotype

Diff of /mailutils/imap4d/close.c

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

revision 1.6 by alainm, Mon Jul 2 21:10:26 2001 UTC revision 1.7 by gray, Sun Aug 4 08:20:24 2002 UTC
# Line 30  imap4d_close (struct imap4d_command *com Line 30  imap4d_close (struct imap4d_command *com
30    /* The CLOSE command permanently removes from the currently selected    /* The CLOSE command permanently removes from the currently selected
31       mailbox all messages that have the \\Deleted flag set, and returns       mailbox all messages that have the \\Deleted flag set, and returns
32       to authenticated state from selected state.  */       to authenticated state from selected state.  */
33    mailbox_expunge (mbox);    mailbox_flush (mbox, 1);
34    /* No messages are removed, and no error is give, if the mailbox is    /* No messages are removed, and no error is give, if the mailbox is
35       selected by an EXAMINE command or is otherwise selected read-only.  */       selected by an EXAMINE command or is otherwise selected read-only.  */
36    mailbox_close (mbox);    mailbox_close (mbox);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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