Find method for a new group.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 3 Dec 1999 06:17:24 +0000 (06:17 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 3 Dec 1999 06:17:24 +0000 (06:17 +0000)
lisp/ChangeLog
lisp/gnus.el

index f8971ba..03eae52 100644 (file)
@@ -1,3 +1,8 @@
+1999-12-03 01:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.el (gnus-find-method-for-group): The method of a new group
+       is not the native one.
+
 1999-12-03 01:26:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-art.el (gnus-button-embedded-url): Always call browse-url. 
index ee7d2d4..525c6d8 100644 (file)
@@ -2743,6 +2743,8 @@ If NEWSGROUP is nil, return the global kill file name instead."
   (or gnus-override-method
       (and (not group)
           gnus-select-method)
+      (and (not (gnus-group-entry group)) ;; a new group
+          (gnus-group-name-to-method group))
       (let ((info (or info (gnus-get-info group)))
            method)
        (if (or (not info)