From 85ded03e680299106893ffefd499b5a4e3bc8ad6 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Thu, 2 Sep 1999 18:50:46 +0000 Subject: [PATCH] Don't copy the Status header to the user's edit buffer - we destroy it later when copying the message back. --- editmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0