summaryrefslogtreecommitdiffstats
path: root/compose.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-27 09:41:13 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-27 09:41:13 +0000
commit06208d7a67fca765d82919a586ceb5ad2a671f73 (patch)
tree512f9b54f00982227a60c2afbb20c95fe342e3d7 /compose.c
parent015b86fd14297a6c1b1d9b6f10529edc96dc4d0a (diff)
Preserve FCC headers when postponing. From Vikas.
Diffstat (limited to 'compose.c')
-rw-r--r--compose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.c b/compose.c
index 4b34b8dc..035a8cab 100644
--- a/compose.c
+++ b/compose.c
@@ -1090,7 +1090,7 @@ int mutt_compose_menu (HEADER *msg, /* structure for new message */
oldhdrdate = option(OPTUSEHEADERDATE);
set_option(OPTUSEHEADERDATE);
- if (mutt_write_fcc (NONULL (fname), msg, NULL, 1) < 0)
+ if (mutt_write_fcc (NONULL (fname), msg, NULL, 1, NULL) < 0)
msg->content = mutt_remove_multipart (msg->content);
else
mutt_message _("Message written.");