From 7aea61d87c3bddb4fb145dfd397a07907d26a3de Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 28 Oct 1998 21:32:13 +0000 Subject: [PATCH] Don't try to recall a postponed message when we are given a template. --- send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send.c b/send.c index 6944438cf..e0f3eb270 100644 --- a/send.c +++ b/send.c @@ -857,7 +857,7 @@ ci_send_message (int flags, /* send mode */ char *signmic = NULL; #endif - if (!flags && quadoption (OPT_RECALL) != M_NO && mutt_num_postponed ()) + if (!flags && !msg && quadoption (OPT_RECALL) != M_NO && mutt_num_postponed ()) { /* If the user is composing a new message, check to see if there * are any postponed messages first. -- 2.40.0