* rfc2047.el (rfc2047-qp-or-base64): New function to reduce
[gnus] / lisp / pgg-def.el
index 9a43e14..45dd5ab 100644 (file)
@@ -25,8 +25,6 @@
 
 ;;; Code:
 
-(require 'custom)
-
 (defgroup pgg ()
   "Glue for the various PGP implementations."
   :group 'mime)
@@ -53,7 +51,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)