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

Diff of /mailutils/imap4d/bye.c

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

revision 1.5 by gray, Tue Feb 19 17:06:49 2002 UTC revision 1.6 by gray, Sun Aug 4 08:20:24 2002 UTC
# Line 34  imap4d_bye0 (int reason, struct imap4d_c Line 34  imap4d_bye0 (int reason, struct imap4d_c
34    
35    if (mbox)    if (mbox)
36      {      {
37        mailbox_save_attributes (mbox);        mailbox_flush (mbox, 0);
38        mailbox_close (mbox);        mailbox_close (mbox);
39        mailbox_destroy (&mbox);        mailbox_destroy (&mbox);
40      }      }
# Line 48  imap4d_bye0 (int reason, struct imap4d_c Line 48  imap4d_bye0 (int reason, struct imap4d_c
48    
49      case ERR_SIGNAL:      case ERR_SIGNAL:
50        if (ofile)        if (ofile)
51            util_out (RESP_BYE, "Quitting on signal");          util_out (RESP_BYE, "Quitting on signal");
52        syslog (LOG_ERR, "Quitting on signal");        syslog (LOG_ERR, "Quitting on signal");
53        break;        break;
54    

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

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