[gnus git] branch master updated: =2= Note the changed default. ; * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4abc2eab2393ea07019b39a20594f85a479d9e20 (commit)
via e0bd357a1cdd90ae2787830a499d959dee9dab9c (commit)
from 07c745ee85625186e91113e7f8062b99a9fe6690 (commit)
- Log -----------------------------------------------------------------
commit 4abc2eab2393ea07019b39a20594f85a479d9e20
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Jan 3 05:49:16 2011 +0100
Note the changed default.
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index 6dfdb4c..c262900 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -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 <[email protected]>
;; Lars Magne Ingebrigtsen <[email protected]>
@@ -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)
commit e0bd357a1cdd90ae2787830a499d959dee9dab9c
Author: Karl Fogel <[email protected]>
Date: Mon Jan 3 05:48:19 2011 +0100
* gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0796918..aff0071 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-02 Karl Fogel <[email protected]>
+
+ * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
+
2011-01-02 Lars Magne Ingebrigtsen <[email protected]>
* nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index d77abfa..6dfdb4c 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -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
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/gnus-msg.el | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project