summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-28 21:32:13 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-28 21:32:13 +0000
commitc07a213dd8f7c5027670706414b1cc686734cd8c (patch)
tree93771401b10c8154f010005836f5b2d89a7ec7c4 /send.c
parentc997a845b13feeb7e976bd0a526112077a7cf54d (diff)
Don't try to recall a postponed message when we are given a template.
Diffstat (limited to 'send.c')
-rw-r--r--send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/send.c b/send.c
index 6944438c..e0f3eb27 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.