diff lisp/gnus/gnus-nocem.el @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 25f70ba0133c
children
line wrap: on
line diff
--- a/lisp/gnus/gnus-nocem.el	Mon Aug 13 09:45:48 2007 +0200
+++ b/lisp/gnus/gnus-nocem.el	Mon Aug 13 09:46:53 2007 +0200
@@ -222,7 +222,8 @@
 	  ;; Make sure all entries in the hashtb are bound.
 	  (set group nil))
 	 (t
-	  (when (gnus-gethash (symbol-name group) gnus-newsrc-hashtb)
+	  (when (gnus-gethash (gnus-group-real-name (symbol-name group))
+			      gnus-newsrc-hashtb)
 	    ;; Valid group.
 	    (beginning-of-line)
 	    (while (= (following-char) ?\t)