From 74948c684160af8bb8d29fcdf3fc714f6c1cc696 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 16 Jan 2004 02:01:47 +0000 Subject: [PATCH] Synch to No Gnus 200401160158. --- lisp/ChangeLog | 5 +++++ lisp/gnus-msg.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b307c05..6ffb029 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-01-16 Jesper Harder + + * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if + GROUP is a virtual group. + 2004-01-16 Steve Youngs * gnus.el: Autoload `message-y-or-n-p'. diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index e5006ec..df10587 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -991,7 +991,9 @@ header line with the old Message-ID." (not to-address))) ;; This is news. (if post - (message-news (or to-group group)) + (message-news + (or to-group + (and (not (gnus-virtual-group-p pgroup)) group))) (set-buffer gnus-article-copy) (gnus-msg-treat-broken-reply-to) (message-followup (if (or newsgroup-p force-news) -- 1.7.10.4