X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=compose.c;h=d36008bbb38cfcb9b28ec83c8278ee089ad4f496;hb=690944eebbe058753a56dd10a455943507dc44e7;hp=02d4aae2ef2dfbf7ad3dea7464dad7ebcbbd1131;hpb=cfd5f411041c7ef44087b032751792fadc74586d;p=apps%2Fmadmutt.git diff --git a/compose.c b/compose.c index 02d4aae..d36008b 100644 --- a/compose.c +++ b/compose.c @@ -1007,7 +1007,7 @@ int mutt_compose_menu (HEADER * msg, /* structure for new message */ if (msg->content->next) msg->content = mutt_make_multipart (msg->content); - if (mutt_write_fcc (NONULL (fname), msg, NULL, 1, NULL) < 0) + if (mutt_write_fcc (fname, msg, NULL, 1, NULL) < 0) msg->content = mutt_remove_multipart (msg->content); else mutt_message _("Message written.");