[Commits] [SCM] claws branch, master, updated. 4.1.0-26-g72ed8b4e2

paul at claws-mail.org paul at claws-mail.org
Mon May 23 12:10:09 CEST 2022


The branch, master has been updated
       via  72ed8b4e2bf7670a156038abe0255fb7717b8559 (commit)
      from  7e0c8bc23c4b6b6b6bb724042f40938c98f8ad97 (commit)

Summary of changes:
 src/compose.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 72ed8b4e2bf7670a156038abe0255fb7717b8559
Author: Paul <paul at claws-mail.org>
Date:   Mon May 23 11:10:06 2022 +0100

    add missing space

diff --git a/src/compose.c b/src/compose.c
index ba60902df..b0a5fdaee 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -10748,7 +10748,7 @@ static void compose_close_cb(GtkAction *action, gpointer data)
 			debug_print("couldn't lock mutex, probably sending\n");
 			return;
 		}
-		if (!reedit || (compose->folder != NULL &&compose->folder->stype == F_DRAFT)) {
+		if (!reedit || (compose->folder != NULL && compose->folder->stype == F_DRAFT)) {
 			val = alertpanel(_("Discard message"),
 				 _("This message has been modified. Discard it?"),
 				 NULL, _("_Discard"), NULL, _("_Save to Drafts"), NULL, _("_Cancel"),

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list