From: Rocco Rutte Date: Sun, 19 Nov 2006 05:23:44 +0000 (+0000) Subject: Restore mail fetch count to POP progress bar. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=899737561022edc11d8d82eb97fe8f12cab3754f;p=neomutt Restore mail fetch count to POP progress bar. --- diff --git a/pop.c b/pop.c index acc9181be..80c7398ec 100644 --- a/pop.c +++ b/pop.c @@ -237,7 +237,7 @@ static int pop_fetch_headers (CONTEXT *ctx) } mutt_progress_init (&progress, _("Fetching message headers..."), - PROG_MSG, ReadInc, 0); + PROG_MSG, ReadInc, new_count - old_count); if (ret == 0) {