Synch to No Gnus 200401160158.
authoryamaoka <yamaoka>
Fri, 16 Jan 2004 02:01:47 +0000 (02:01 +0000)
committeryamaoka <yamaoka>
Fri, 16 Jan 2004 02:01:47 +0000 (02:01 +0000)
lisp/ChangeLog
lisp/gnus-msg.el

index b307c05..6ffb029 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-16  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
+       GROUP is a virtual group.
+
 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
 
        * gnus.el: Autoload `message-y-or-n-p'.
index e5006ec..df10587 100644 (file)
@@ -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)