summaryrefslogtreecommitdiffstats
path: root/editmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'editmsg.c')
-rw-r--r--editmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editmsg.c b/editmsg.c
index 3696560f..ebe8ebc1 100644
--- a/editmsg.c
+++ b/editmsg.c
@@ -75,7 +75,7 @@ static int edit_one_message (CONTEXT *ctx, HEADER *cur)
return -1;
}
- rc = mutt_append_message (&tmpctx, ctx, cur, 0, CH_NOLEN); oerrno = errno;
+ rc = mutt_append_message (&tmpctx, ctx, cur, 0, CH_NOLEN | CH_NOSTATUS); oerrno = errno;
mx_close_mailbox (&tmpctx);