* gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
authorKarl Fogel <kfogel@red-bean.com>
Mon, 3 Jan 2011 04:48:19 +0000 (05:48 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 3 Jan 2011 04:50:16 +0000 (05:50 +0100)
lisp/ChangeLog
lisp/gnus-msg.el

index 0796918..aff0071 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-02  Karl Fogel  <kfogel@red-bean.com>
+
+       * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
+
 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
index d77abfa..6dfdb4c 100644 (file)
@@ -244,7 +244,7 @@ See also the `mml-default-sign-method' variable."
   :type 'boolean)
 
 (defcustom gnus-message-replyencrypt
-  nil
+  t
   "Automatically encrypt replies to encrypted messages.
 See also the `mml-default-encrypt-method' variable."
   :group 'gnus-message