From: Rocco Rutte Date: Thu, 25 Jun 2009 12:29:14 +0000 (+0200) Subject: Treat messages written with as fcc, not postponed. X-Git-Tag: mutt-1-5-21-rel~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0addbe299ba13c06f699e853a377a522fd4dd7c7;p=mutt Treat messages written with as fcc, not postponed. --- diff --git a/compose.c b/compose.c index 5db4c92e..3dc2a5cd 100644 --- a/compose.c +++ b/compose.c @@ -1206,7 +1206,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 (fname, msg, NULL, 1, NULL) < 0) + if (mutt_write_fcc (fname, msg, NULL, 0, NULL) < 0) msg->content = mutt_remove_multipart (msg->content); else mutt_message _("Message written.");