Mercurial > hg > xemacs-beta
diff lisp/gnus/nnfolder.el @ 151:59463afc5666 r20-3b2
Import from CVS: tag r20-3b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:37:19 +0200 |
parents | 318232e2a3f0 |
children | 85ec50267440 |
line wrap: on
line diff
--- a/lisp/gnus/nnfolder.el Mon Aug 13 09:36:20 2007 +0200 +++ b/lisp/gnus/nnfolder.el Mon Aug 13 09:37:19 2007 +0200 @@ -276,7 +276,8 @@ (when group (unless (assoc group nnfolder-group-alist) (push (list group (cons 1 0)) nnfolder-group-alist) - (nnmail-save-active nnfolder-group-alist nnfolder-active-file))) + (nnmail-save-active nnfolder-group-alist nnfolder-active-file) + (nnfolder-read-folder group))) t) (deffoo nnfolder-request-list (&optional server)