[Commits] [SCM] claws branch, master, updated. 3.17.5-26-g859ba3ef4
mones at claws-mail.org
mones at claws-mail.org
Wed Jul 8 18:15:16 CEST 2020
The branch, master has been updated
via 859ba3ef4b86f13f119d25e61043f93cf4c97a22 (commit)
from faeb0ebdbf220a4760c1fdab05ef86fb845665d7 (commit)
Summary of changes:
src/prefs_common.c | 5 +++++
1 file changed, 5 insertions(+)
- Log -----------------------------------------------------------------
commit 859ba3ef4b86f13f119d25e61043f93cf4c97a22
Author: Ricardo Mones <ricardo at mones.org>
Date: Wed Jul 8 18:15:05 2020 +0200
Reverse default value when building with NLS
Ref: https://lists.claws-mail.org/pipermail/devel/2020-July/002541.html
diff --git a/src/prefs_common.c b/src/prefs_common.c
index 368086587..de52af0c2 100644
--- a/src/prefs_common.c
+++ b/src/prefs_common.c
@@ -436,8 +436,13 @@ static PrefParam param[] = {
&prefs_common.ng_abbrev_len, P_INT,
NULL, NULL, NULL},
+#ifdef ENABLE_NLS
+ {"translate_header", "TRUE", &prefs_common.trans_hdr, P_BOOL,
+ NULL, NULL, NULL},
+#else
{"translate_header", "FALSE", &prefs_common.trans_hdr, P_BOOL,
NULL, NULL, NULL},
+#endif
/* Display: Summary View */
{"default_sort_key", "3", &prefs_common.default_sort_key, P_ENUM,
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list