comparison lisp/gnus/gnus-msg.el @ 112105:d0bb1b112e73

gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 03 Jan 2011 08:13:45 +0000
parents f97704487fb3
children c24551a0cd95
comparison
equal deleted inserted replaced
112104:147ba7e5851b 112105:d0bb1b112e73
1 ;;; gnus-msg.el --- mail and post interface for Gnus 1 ;;; gnus-msg.el --- mail and post interface for Gnus
2 2
3 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 3 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
4 ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4 ;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 ;; Foundation, Inc.
5 6
6 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> 7 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
7 ;; Lars Magne Ingebrigtsen <larsi@gnus.org> 8 ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
8 ;; Keywords: news 9 ;; Keywords: news
9 10
241 "Automatically sign replies to signed messages. 242 "Automatically sign replies to signed messages.
242 See also the `mml-default-sign-method' variable." 243 See also the `mml-default-sign-method' variable."
243 :group 'gnus-message 244 :group 'gnus-message
244 :type 'boolean) 245 :type 'boolean)
245 246
246 (defcustom gnus-message-replyencrypt 247 (defcustom gnus-message-replyencrypt t
247 nil
248 "Automatically encrypt replies to encrypted messages. 248 "Automatically encrypt replies to encrypted messages.
249 See also the `mml-default-encrypt-method' variable." 249 See also the `mml-default-encrypt-method' variable."
250 :version "22.1"
250 :group 'gnus-message 251 :group 'gnus-message
251 :type 'boolean) 252 :type 'boolean)
252 253
253 (defcustom gnus-message-replysignencrypted 254 (defcustom gnus-message-replysignencrypted
254 t 255 t