summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'send.c')
-rw-r--r--send.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/send.c b/send.c
index ed97deb7..2a0b6bb3 100644
--- a/send.c
+++ b/send.c
@@ -1205,6 +1205,8 @@ main_loop:
goto main_loop;
}
mutt_message _("Message postponed.");
+ PostCount++;
+ mutt_num_postponed ();
goto cleanup;
}
}