Changeset 1599:69ec01f3d9e1 for compose.c
Legend:
- Unmodified
- Added
- Removed
-
compose.c
r1520 r1599 670 670 if (!ctx->msgcount) 671 671 { 672 mx_close_mailbox (ctx );672 mx_close_mailbox (ctx, NULL); 673 673 safe_free ((void **) &ctx); 674 674 mutt_error _("No messages in that folder."); … … 721 721 722 722 if (close == OP_QUIT) 723 mx_close_mailbox (Context );723 mx_close_mailbox (Context, NULL); 724 724 else 725 725 mx_fastclose_mailbox (Context);
