From b173bdd92ffc4fcb558110719c2b1946dac9b020 Mon Sep 17 00:00:00 2001 From: Karl Fogel Date: Mon, 3 Jan 2011 08:13:45 +0000 Subject: [PATCH] gnus-msg.el (gnus-message-replyencrypt): Default to `t'. --- lisp/gnus/ChangeLog | 4 ++++ lisp/gnus/gnus-msg.el | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 0dad22d89cc..5d2263657fe 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -5,6 +5,10 @@ * sieve.el (sieve-open-server): Give a more explicit error if sieve-manage-open returns nil. (Bug#7720) +2011-01-02 Karl Fogel + + * gnus-msg.el (gnus-message-replyencrypt): Default to `t'. + 2011-01-02 Lars Magne Ingebrigtsen * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available. diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index d77abfa1c61..c4ea66a4257 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -1,7 +1,8 @@ ;;; 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 ;; Lars Magne Ingebrigtsen @@ -243,10 +244,10 @@ See also the `mml-default-sign-method' variable." :group 'gnus-message :type 'boolean) -(defcustom gnus-message-replyencrypt - nil +(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) -- 2.39.5