summaryrefslogtreecommitdiffstats
path: root/mbox.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-07-24 11:54:04 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-07-24 11:54:04 +0000
commitcda5c5beb630a17d74cd4662189b1d7376a04666 (patch)
tree2b2a301b9943e955c05eae59aacd75a2983354be /mbox.c
parente8a5ab461ff17be907f1364b126a99d17a982ad1 (diff)
Add a status message, so "Writing messages" doesn't stay on screen
forever.
Diffstat (limited to 'mbox.c')
-rw-r--r--mbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbox.c b/mbox.c
index 08d1167d..4a00d761 100644
--- a/mbox.c
+++ b/mbox.c
@@ -922,6 +922,7 @@ int mbox_sync_mailbox (CONTEXT *ctx, int *index_hint)
/* copy the temp mailbox back into place starting at the first
* change/deleted message
*/
+ mutt_message _("Committing changes...");
i = mutt_copy_stream (fp, ctx->fp);
if (ferror (ctx->fp))