]> granicus.if.org Git - mutt/commitdiff
Treat messages written with <write-fcc> as fcc, not postponed.
authorRocco Rutte <pdmef@gmx.net>
Thu, 25 Jun 2009 12:29:14 +0000 (14:29 +0200)
committerRocco Rutte <pdmef@gmx.net>
Thu, 25 Jun 2009 12:29:14 +0000 (14:29 +0200)
compose.c

index 5db4c92efb7a558aa6f2026d4b07e3d8765f779a..3dc2a5cdce4c146e133162a729f4209548de04b4 100644 (file)
--- 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.");