commit 2c2680cada1bd3516aed2da1edf954fdbdeee8c7
parent 5e0babdcac8b552387395b3ffecd04abf92e3e08
Author: wwp <wwp@free.fr>
Date: Wed, 4 Apr 2018 10:27:01 +0200
Remove the empty progress bar that may remain in status bar after
pop3 incorporation (if account is configured to leave messages
on server).
Closes bug 3985: an empty progress bar remains after POP mail check completes
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/inc.c b/src/inc.c
@@ -172,6 +172,7 @@ static void inc_finished(MainWindow *mainwin, gboolean new_messages, gboolean au
folderview_unselect(mainwin->folderview);
folderview_select(mainwin->folderview, item);
}
+ statusbar_progress_all(0,0,0);
}
void inc_mail(MainWindow *mainwin, gboolean notify)