talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 4cf4686f09079e2d17a9457a94577b4ad38aafcc
parent d42f3d7e5f9e65d045be32a71c8a67e7de7a2591
Author: Ricardo Mones <ricardo@mones.org>
Date:   Wed,  8 Jul 2020 18:15:05 +0200

Reverse default value when building with NLS

Ref: https://lists.claws-mail.org/pipermail/devel/2020-July/002541.html

Diffstat:
Msrc/prefs_common.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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,