Note the changed default.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 3 Jan 2011 04:49:16 +0000 (05:49 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 3 Jan 2011 04:50:16 +0000 (05:50 +0100)
lisp/gnus-msg.el

index 6dfdb4c..c262900 100644 (file)
@@ -1,7 +1,7 @@
 ;;; gnus-msg.el --- mail and post interface for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
 ;;     Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -243,10 +243,10 @@ See also the `mml-default-sign-method' variable."
   :group 'gnus-message
   :type 'boolean)
 
-(defcustom gnus-message-replyencrypt
-  t
+(defcustom gnus-message-replyencrypt t
   "Automatically encrypt replies to encrypted messages.
 See also the `mml-default-encrypt-method' variable."
+  :version "22.1"
   :group 'gnus-message
   :type 'boolean)