From: yamaoka Date: Wed, 9 Mar 2005 01:01:35 +0000 (+0000) Subject: Synch to No Gnus 200503090058. X-Git-Tag: t-gnus-6_17_4-quimby-~531 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7681bdd12d5f6b58c08fdf2e8534a8d4ae7d4f07;p=elisp%2Fgnus.git- Synch to No Gnus 200503090058. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2ba3d2d..f19bb21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-03-09 Lars Magne Ingebrigtsen + + * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add + gnus-expert-user to default. + 2005-03-08 Juergen Kreileder (tiny change) * nnimap.el (nnimap-open-server): Ditto. diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index e0e444e..88069e1 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -278,7 +278,8 @@ See also the `mml-default-encrypt-method' variable." :group 'gnus-message :type 'boolean) -(defcustom gnus-confirm-mail-reply-to-news gnus-novice-user +(defcustom gnus-confirm-mail-reply-to-news (and gnus-novice-user + (not gnus-expert-user)) "If non-nil, Gnus requests confirmation when replying to news. This is done because new users often reply by mistake when reading news.