[Commits] [SCM] claws branch, gtk2, updated. 3.20.0-94-g97bcfb5c3
paul at claws-mail.org
paul at claws-mail.org
Fri Jun 7 06:48:13 UTC 2024
The branch, gtk2 has been updated
via 97bcfb5c395383243a03f6c569a6d223f47793ac (commit)
from df178719ca3a23bc10e0c26cc393839442948b73 (commit)
Summary of changes:
src/prefs_account.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 97bcfb5c395383243a03f6c569a6d223f47793ac
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 0163c597e..015424dc8 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
@@ -2059,6 +2059,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