From: yamaoka Date: Fri, 16 Jan 2004 02:01:47 +0000 (+0000) Subject: Synch to No Gnus 200401160158. X-Git-Tag: t-gnus-6_17_4-quimby-~1128 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=74948c684160af8bb8d29fcdf3fc714f6c1cc696;p=elisp%2Fgnus.git- Synch to No Gnus 200401160158. --- 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)