[Commits] [SCM] claws branch, master, updated. 4.2.0-108-g996d5aa1b

paul at claws-mail.org paul at claws-mail.org
Fri Jun 7 06:46:15 UTC 2024


The branch, master has been updated
       via  996d5aa1bfa4787edd6e877787779cb01076db4d (commit)
      from  de0bbe405a3aaa56574cceb3830944f0857aa041 (commit)

Summary of changes:
 src/prefs_account.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 996d5aa1bfa4787edd6e877787779cb01076db4d
Author: Paul <paul at claws-mail.org>
Date:   Fri Jun 7 07:46:11 2024 +0100

    fix sensitivity of 'Send account mail address in Message-ID' checkbox

diff --git a/src/prefs_account.c b/src/prefs_account.c
index 8c63ebfae..78d49e908 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -1,6 +1,6 @@
 /*
  * Claws Mail -- a GTK based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2023 the Claws Mail team and Hiroyuki Yamamoto
+ * Copyright (C) 1999-2024 the Claws Mail team and Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -2024,6 +2024,8 @@ static void send_create_widget_func(PrefsPage * _page,
 	PACK_CHECK_BUTTON (vbox2, checkbtn_msgid_with_addr,
 			   _("Send account mail address in Message-ID"));
 
+	SET_TOGGLE_SENSITIVITY (msgid_checkbtn, checkbtn_msgid_with_addr);
+
 	PACK_CHECK_BUTTON (vbox2, xmailer_checkbtn,
 			   _("Add user agent header"));
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list