(pgg-encrypt-for-me): Change default from nil to t.
authorSimon Josefsson <jas@extundo.com>
Mon, 10 Nov 2003 02:58:55 +0000 (02:58 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 10 Nov 2003 02:58:55 +0000 (02:58 +0000)
lisp/ChangeLog
lisp/pgg-def.el

index 329c65b..12a5464 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-10  Simon Josefsson  <jas@extundo.com>
+
+       * pgg-def.el (pgg-encrypt-for-me): Change default from nil to t.
+
 2003-11-09  Simon Josefsson  <jas@extundo.com>
 
        * pgg-gpg.el (pgg-gpg-encrypt-region): Cache passphrase under hex
index 9a43e14..5209ba4 100644 (file)
@@ -53,7 +53,7 @@
   :group 'pgg
   :type 'boolean)
 
-(defcustom pgg-encrypt-for-me nil
+(defcustom pgg-encrypt-for-me t
   "If t, encrypt all outgoing messages with user's public key."
   :group 'pgg
   :type 'boolean)