From: Colin Leroy Date: Sat, 16 Jul 2005 11:34:51 +0000 (+0000) Subject: 2005-07-16 [colin] 1.9.12cvs68 X-Git-Tag: rel_1_9_13~25 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=76cd6f1f43bf685b5b2fd6e52cbafbf694550853 2005-07-16 [colin] 1.9.12cvs68 * src/plugins/pgpcore/prefs_gpg.c Don't auto-check sigs by default, as it can be really slow. --- diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index 9a84f40db..88f22d381 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,9 @@ +2005-07-16 [colin] 1.9.12cvs68 + + * src/plugins/pgpcore/prefs_gpg.c + Don't auto-check sigs by default, as it + can be really slow. + 2005-07-16 [colin] 1.9.12cvs67 * src/plugins/pgpcore/sgpgme.c diff --git a/PATCHSETS b/PATCHSETS index 062b62d7f..a590cc0e5 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -662,3 +662,4 @@ ( cvs diff -u -r 1.115.2.43 -r 1.115.2.44 src/main.c; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/prefs_other.c; ) > 1.9.12cvs65.patchset ( cvs diff -u -r 1.179.2.53 -r 1.179.2.54 src/imap.c; cvs diff -u -r 1.1.4.10 -r 1.1.4.11 src/etpan/imap-thread.c; ) > 1.9.12cvs66.patchset ( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/pgpcore/sgpgme.c; ) > 1.9.12cvs67.patchset +( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/plugins/pgpcore/prefs_gpg.c; ) > 1.9.12cvs68.patchset diff --git a/configure.ac b/configure.ac index 31a30f89b..4fba8b5e9 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=12 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=67 +EXTRA_VERSION=68 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/plugins/pgpcore/prefs_gpg.c b/src/plugins/pgpcore/prefs_gpg.c index a0d5ab183..d5a28666f 100644 --- a/src/plugins/pgpcore/prefs_gpg.c +++ b/src/plugins/pgpcore/prefs_gpg.c @@ -31,7 +31,7 @@ struct GPGConfig prefs_gpg; static PrefParam param[] = { /* Privacy */ - {"auto_check_signatures", "TRUE", + {"auto_check_signatures", "FALSE", &prefs_gpg.auto_check_signatures, P_BOOL, NULL, NULL, NULL}, {"store_passphrase", "FALSE", &prefs_gpg.store_passphrase, P_BOOL,