1 Don't draw imap fetch progress if we aren't in visual mode.
2 Drawing progress leaves terminal in confusing state when piping a message
3 from pager to less(1). See http://bugs.mutt.org/1771
8 imap_error ("imap_fetch_message()", buf);
11 - mutt_progress_init (&progressbar, _("Fetching message..."),
12 - M_PROGRESS_SIZE, NetInc, bytes);
14 + mutt_progress_init (&progressbar, _("Fetching message..."),
15 + M_PROGRESS_SIZE, NetInc, bytes);
16 if (imap_read_literal (msg->fp, idata, bytes, &progressbar) < 0)
18 /* pick up trailing line */