[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-969-g4cf4686f0

mones at claws-mail.org mones at claws-mail.org
Wed Jul 8 18:16:43 CEST 2020


The branch, gtk3 has been updated
       via  4cf4686f09079e2d17a9457a94577b4ad38aafcc (commit)
      from  d42f3d7e5f9e65d045be32a71c8a67e7de7a2591 (commit)

Summary of changes:
 src/prefs_common.c | 5 +++++
 1 file changed, 5 insertions(+)


- Log -----------------------------------------------------------------
commit 4cf4686f09079e2d17a9457a94577b4ad38aafcc
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 d51cf945c..26adcbf71 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