From: keiichi Date: Tue, 5 Oct 1999 04:11:27 +0000 (+0000) Subject: (gnus-bug): Do not send bug report to `bugs@gnus.org'. X-Git-Tag: nana-gnus-6_13_9~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a4fa3c70f7a9ab28b929a6be7d29a825791a7c57;p=elisp%2Fgnus.git- (gnus-bug): Do not send bug report to `bugs@gnus.org'. --- diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 59f121d..da44b54 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -893,7 +893,7 @@ If YANK is non-nil, include the original article." (goto-char (point-min))) (message-pop-to-buffer "*Gnus Bug*") (message-setup - `((To . ,gnus-maintainer) (Cc . ,semi-gnus-developers) (Subject . ""))) + `((To . ,semi-gnus-developers) (Subject . ""))) (when gnus-bug-create-help-buffer (push `(gnus-bug-kill-buffer) message-send-actions)) (goto-char (point-min))