From a4fa3c70f7a9ab28b929a6be7d29a825791a7c57 Mon Sep 17 00:00:00 2001 From: keiichi Date: Tue, 5 Oct 1999 04:11:27 +0000 Subject: [PATCH] (gnus-bug): Do not send bug report to `bugs@gnus.org'. --- lisp/gnus-msg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 1.7.10.4