2004-01-02 Edwin Steiner <edwin.steiner@gmx.net>
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 2 Jan 2004 20:12:56 +0000 (20:12 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 2 Jan 2004 20:12:56 +0000 (20:12 +0000)
* gnus-nocem.el (gnus-nocem-enter-article): Use the real group
hashtb (tiny patch).

lisp/ChangeLog
lisp/gnus-nocem.el

index 7a2f121..14b04ae 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-02  Edwin Steiner  <edwin.steiner@gmx.net>
+
+       * gnus-nocem.el (gnus-nocem-enter-article): Use the real group
+       hashtb (tiny patch).
+
 2004-01-02  Kai Grossjohann  <kai@emptydomain.de>
 
        * nnml.el (nnml-save-mail): Grok compressed articles.  From
index 5247d1f..20f3e38 100644 (file)
@@ -297,7 +297,8 @@ valid issuer, which is much faster if you are selective about the issuers."
       (while (search-forward "\t" nil t)
        (cond
         ((not (ignore-errors
-                (setq group (let ((obarray gnus-active-hashtb)) (read buf)))))
+                (setq group (let ((obarray gnus-nocem-real-group-hashtb))
+                              (read buf)))))
          ;; An error.
          )
         ((not (symbolp group))