From afd86299317ab066c3223e49a8c57fcf3599038b Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 11 Dec 1998 08:28:24 +0000 Subject: [PATCH] Start a new reply and postpone it. Then type m (mail), and recall and send the postponed reply. The replied message is _not_ flagged replied. (From Byrial Jensen.) --- curs_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curs_main.c b/curs_main.c index a5729186..de58e003 100644 --- a/curs_main.c +++ b/curs_main.c @@ -1535,7 +1535,7 @@ int mutt_index_menu (void) case OP_MAIL: CHECK_ATTACH; - ci_send_message (0, NULL, NULL, NULL, NULL); + ci_send_message (0, NULL, NULL, Context, NULL); menu->redraw = REDRAW_FULL; break; -- 2.40.0