talons

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

commit 86725cb98b09d15ac78c901824401e0e3d2d17b9
parent 84aca59b3633ca717d42805268ecae3310a7541d
Author: Paul <paul@claws-mail.org>
Date:   Thu, 29 Oct 2015 08:24:42 +0000

make safe behaviour the default, autosave_encrypted off

Diffstat:
Msrc/prefs_common.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/prefs_common.c b/src/prefs_common.c @@ -241,7 +241,7 @@ static PrefParam param[] = { P_BOOL, NULL, NULL, NULL}, {"autosave_length", "50", &prefs_common.autosave_length, P_INT, NULL, NULL, NULL}, - {"autosave_encrypted", "TRUE", &prefs_common.autosave_encrypted, + {"autosave_encrypted", "FALSE", &prefs_common.autosave_encrypted, P_BOOL, NULL, NULL, NULL}, {"warn_large_insert", "TRUE", &prefs_common.warn_large_insert, P_BOOL, NULL, NULL, NULL},