summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-04 07:48:35 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-04 07:48:35 +0000
commit556aee757ccf0e84e6398f19f5211a49149c0508 (patch)
tree11e88685c7369ac92da626495dbf015680460e5a /send.c
parent9f37deb6c57c9f51ca6ee48ac81d75f9c18d5642 (diff)
IMAP postpone changes from Byrial Jensen.
Diffstat (limited to 'send.c')
-rw-r--r--send.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/send.c b/send.c
index 2a0b6bb3..afa4c74d 100644
--- a/send.c
+++ b/send.c
@@ -903,7 +903,8 @@ ci_send_message (int flags, /* send mode */
char *signmic = NULL;
#endif
- if (!flags && !msg && quadoption (OPT_RECALL) != M_NO && mutt_num_postponed ())
+ if (!flags && !msg && quadoption (OPT_RECALL) != M_NO &&
+ mutt_num_postponed (1))
{
/* If the user is composing a new message, check to see if there
* are any postponed messages first.
@@ -1204,9 +1205,8 @@ main_loop:
msg->content = mutt_remove_multipart (msg->content);
goto main_loop;
}
+ mutt_update_num_postponed ();
mutt_message _("Message postponed.");
- PostCount++;
- mutt_num_postponed ();
goto cleanup;
}
}