commit 996d5aa1bfa4787edd6e877787779cb01076db4d
parent de0bbe405a3aaa56574cceb3830944f0857aa041
Author: Paul <paul@claws-mail.org>
Date: Fri, 7 Jun 2024 07:46:11 +0100
fix sensitivity of 'Send account mail address in Message-ID' checkbox
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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"));