(gnus-group-refresh-group): Refresh even non-visible groups.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jan 2011 23:58:13 +0000 (15:58 -0800)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 27 Jan 2011 23:58:13 +0000 (15:58 -0800)
This makes the nndraft:queue group pop up if it's not already there.

lisp/ChangeLog
lisp/gnus-group.el

index 09c1490..747c9e9 100644 (file)
@@ -1,5 +1,9 @@
 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
+       groups.  This makes the nndraft:queue group pop up if it's not already
+       there.
+
        * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
        messages" logic, which was reversed.
 
index a058df7..77a4994 100644 (file)
@@ -1681,7 +1681,7 @@ and ends at END."
   (gnus-activate-group group)
   (gnus-get-unread-articles-in-group (gnus-get-info group)
                                     (gnus-active group))
-  (gnus-group-update-group group t))
+  (gnus-group-update-group group))
 
 (defun gnus-group-update-group (group &optional visible-only)
   "Update all lines where GROUP appear.