[Commits] [SCM] claws branch, master, updated. 3.16.0-89-gcc97524
wwp at claws-mail.org
wwp at claws-mail.org
Wed Mar 14 11:23:22 CET 2018
The branch, master has been updated
via cc975240516c86bb3221443a1a91c3752706ad3c (commit)
from e281818aadcda30c10da33d55237626fe2482362 (commit)
Summary of changes:
src/etpan/nntp-thread.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit cc975240516c86bb3221443a1a91c3752706ad3c
Author: wwp <wwp at free.fr>
Date: Wed Mar 14 11:22:47 2018 +0100
Clear statusbar's progressbar in case of NNTP xhdr/xover failure.
diff --git a/src/etpan/nntp-thread.c b/src/etpan/nntp-thread.c
index 26079eb..3c147d2 100644
--- a/src/etpan/nntp-thread.c
+++ b/src/etpan/nntp-thread.c
@@ -867,6 +867,7 @@ int nntp_threaded_xover(Folder * folder, guint32 beg, guint32 end, struct newsnn
if (l != NULL)
newsnntp_xover_resp_list_free(l);
newsnntp_xover_resp_list_free(h);
+ statusbar_progress_all(0, 0, 0);
return result.error;
}
@@ -965,6 +966,7 @@ int nntp_threaded_xhdr(Folder * folder, const char *header, guint32 beg, guint32
if (l != NULL)
newsnntp_xhdr_free(l);
newsnntp_xhdr_free(h);
+ statusbar_progress_all(0, 0, 0);
return result.error;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list