[Commits] [SCM] claws branch, master, updated. 3.16.0-105-g2c2680c
wwp at claws-mail.org
wwp at claws-mail.org
Wed Apr 4 10:27:32 CEST 2018
The branch, master has been updated
via 2c2680cada1bd3516aed2da1edf954fdbdeee8c7 (commit)
from 5e0babdcac8b552387395b3ffecd04abf92e3e08 (commit)
Summary of changes:
src/inc.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 2c2680cada1bd3516aed2da1edf954fdbdeee8c7
Author: wwp <wwp at free.fr>
Date: Wed Apr 4 10:27:01 2018 +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
diff --git a/src/inc.c b/src/inc.c
index 95f8b01..d4a6e0f 100644
--- 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)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list