From b890d447fb56bfe9f2e4742eda4b3ab4b5f4b32a Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 6 Dec 2007 00:21:00 +0000 Subject: Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-941 --- lisp/gnus/gnus-msg.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lisp/gnus/gnus-msg.el') diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index f5bf3a7ef65..735b9ed629b 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -1101,7 +1101,10 @@ If VERY-WIDE, make a very wide reply." ((functionp gnus-confirm-mail-reply-to-news) (funcall gnus-confirm-mail-reply-to-news gnus-newsgroup-name)) (t gnus-confirm-mail-reply-to-news))) - (y-or-n-p "Really reply by mail to article author? ")) + (if (or wide very-wide) + t ;; Ignore gnus-confirm-mail-reply-to-news for wide and very + ;; wide replies. + (y-or-n-p "Really reply by mail to article author? "))) (let* ((article (if (listp (car yank)) (caar yank) -- cgit v1.2.1