Show
Ignore:
Timestamp:
2000-03-03 01:54:22 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Fix index updates when closing or synching mail folders fails.
There were some bug-fixes hidden in that code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r1520 r1599  
    670670          if (!ctx->msgcount) 
    671671          { 
    672             mx_close_mailbox (ctx); 
     672            mx_close_mailbox (ctx, NULL); 
    673673            safe_free ((void **) &ctx); 
    674674            mutt_error _("No messages in that folder."); 
     
    721721 
    722722          if (close == OP_QUIT)  
    723             mx_close_mailbox (Context); 
     723            mx_close_mailbox (Context, NULL); 
    724724          else 
    725725            mx_fastclose_mailbox (Context);