From: Rocco Rutte Date: Sun, 19 Nov 2006 05:23:44 +0000 (+0000) Subject: Restore mail fetch count to POP progress bar. X-Git-Tag: mutt-1-5-14-rel~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aa8d8cbc6f439f541b26f3e506142665b07d759;p=mutt Restore mail fetch count to POP progress bar. --- diff --git a/pop.c b/pop.c index acc9181b..80c7398e 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) {