[Commits] [SCM] claws branch, master, updated. 4.3.0-11-g71299146a
paul at claws-mail.org
paul at claws-mail.org
Fri Jun 28 17:10:16 UTC 2024
The branch, master has been updated
via 71299146aaff15e6f43ae065c6e1ed5a96cc96e3 (commit)
from e67044c8e72ae2b7af927220dd5a412439122c86 (commit)
Summary of changes:
src/prefs_account.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 71299146aaff15e6f43ae065c6e1ed5a96cc96e3
Author: Paul <paul at claws-mail.org>
Date: Fri Jun 28 18:10:12 2024 +0100
make accepting valid TLS certs the default (for the unwary and the easily confused)
diff --git a/src/prefs_account.c b/src/prefs_account.c
index 78d49e908..37968d4e7 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -940,7 +940,7 @@ static PrefParam ssl_param[] = {
{"out_ssl_client_cert_pass", "", &tmp_ac_prefs.out_ssl_client_cert_pass, P_PASSWORD,
NULL, NULL, NULL},
- {"ssl_certs_auto_accept", "0", &tmp_ac_prefs.ssl_certs_auto_accept, P_BOOL,
+ {"ssl_certs_auto_accept", "1", &tmp_ac_prefs.ssl_certs_auto_accept, P_BOOL,
NULL, NULL, NULL},
{"use_nonblocking_ssl", "1", &tmp_ac_prefs.use_nonblocking_ssl, P_BOOL,
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list