[Commits] [SCM] claws branch, master, updated. 3.13.0-38-g86725cb
claws at claws-mail.org
claws at claws-mail.org
Thu Oct 29 09:24:49 CET 2015
The branch, master has been updated
via 86725cb98b09d15ac78c901824401e0e3d2d17b9 (commit)
from 84aca59b3633ca717d42805268ecae3310a7541d (commit)
Summary of changes:
src/prefs_common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 86725cb98b09d15ac78c901824401e0e3d2d17b9
Author: Paul <paul at claws-mail.org>
Date: Thu Oct 29 08:24:42 2015 +0000
make safe behaviour the default, autosave_encrypted off
diff --git a/src/prefs_common.c b/src/prefs_common.c
index 559bf51..b94f722 100644
--- 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},
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list