[Commits] [SCM] claws branch, master, updated. 4.1.1-72-g265d0a7dd

paul at claws-mail.org paul at claws-mail.org
Thu Aug 17 09:36:38 UTC 2023


The branch, master has been updated
       via  265d0a7dd9797ee1966ac5552a0426b47e1ac20c (commit)
      from  a8f5ca94d3365f4e0ff02dffdbffc20104bb0a73 (commit)

Summary of changes:
 src/imap.c | 2 ++
 1 file changed, 2 insertions(+)


- Log -----------------------------------------------------------------
commit 265d0a7dd9797ee1966ac5552a0426b47e1ac20c
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 f85852c22..3450e2d8d 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