2005-07-16 [colin] 1.9.12cvs68
authorColin Leroy <colin@colino.net>
Sat, 16 Jul 2005 11:34:51 +0000 (11:34 +0000)
committerColin Leroy <colin@colino.net>
Sat, 16 Jul 2005 11:34:51 +0000 (11:34 +0000)
* src/plugins/pgpcore/prefs_gpg.c
Don't auto-check sigs by default, as it
can be really slow.

ChangeLog-gtk2.claws
PATCHSETS
configure.ac
src/plugins/pgpcore/prefs_gpg.c

index 9a84f40db5504faed3ef445cd0fcf32580397709..88f22d38158528a4bf9d469e11b497a0e540fa32 100644 (file)
@@ -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
index 062b62d7ffe880e1bab1ece6d59107a31b992484..a590cc0e5c431d958459a05ee16251c46cdaa05d 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( 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
index 31a30f89b7e1711f0622f9c7bce959891a275c56..4fba8b5e9c44f05e571505abf4c8bd44f9d2f5e7 100644 (file)
@@ -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=
 
index a0d5ab18309d9a5be55d2c9c60302fc5b0ea8b28..d5a28666f840ccc1c58b0c8ffe40b39b20f5d2e0 100644 (file)
@@ -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,