]> granicus.if.org Git - neomutt/commitdiff
Add a status message, so "Writing messages" doesn't stay on screen
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 24 Jul 2001 11:54:04 +0000 (11:54 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 24 Jul 2001 11:54:04 +0000 (11:54 +0000)
forever.

mbox.c

diff --git a/mbox.c b/mbox.c
index 08d1167dddc1cb96c3d87e16884a4b57a20025c2..4a00d761ab7ba7f8db6fa79304e37b289c0176d8 100644 (file)
--- 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))