[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-58-g1d3ac268c
paul at claws-mail.org
paul at claws-mail.org
Thu Aug 17 09:37:44 UTC 2023
The branch, gtk2 has been updated
via 1d3ac268c9ff16d12e58460306a1f278248ec9d0 (commit)
from 0542d9e7117da85f01175b8dd7fafcc834b5b076 (commit)
Summary of changes:
src/imap.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 1d3ac268c9ff16d12e58460306a1f278248ec9d0
Author: Paul <paul at claws-mail.org>
Date: Thu Aug 17 10:36:34 2023 +0100
use the statusbar to show that expunge is happening
patch by Tim Mann
diff --git a/src/imap.c b/src/imap.c
index 60c2b9a39..90ac9d6d7 100644
--- a/src/imap.c
+++ b/src/imap.c
@@ -4560,7 +4560,9 @@ static gint imap_cmd_expunge(IMAPSession *session)
return -1;
}
+ statusbar_print_all(_("Expunging deleted messages..."));
r = imap_threaded_expunge(session->folder);
+ statusbar_pop_all();
if (r != MAILIMAP_NO_ERROR) {
imap_handle_error(SESSION(session), NULL, r);
return r;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list