]> granicus.if.org Git - mutt/commitdiff
Start a new reply and postpone it. Then type m (mail), and recall
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 11 Dec 1998 08:28:24 +0000 (08:28 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 11 Dec 1998 08:28:24 +0000 (08:28 +0000)
and send the postponed reply. The replied message is _not_ flagged
replied.

(From Byrial Jensen.)

curs_main.c

index a5729186be62a099e1535604bd64892c6f78498e..de58e0037407a2597583eae784c82574d5d09d86 100644 (file)
@@ -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;