gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups that Gnus doesn't know exists again.
2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
+ * gnus-start.el (gnus-read-active-for-groups): Read the active files
+ thoroughly for all backends that have no known groups. This should
+ allow new nnml methods to retrieve mail.
+
+ * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
+ that Gnus doesn't know exists again.
+
* gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
(gnus-treat-date-ut): Ditto.
(gnus-article-update-date-header): Renamed.
`gnus-group-jump-to-group-prompt'."
(interactive
(list (gnus-group-completing-read
- nil nil t
+ nil nil nil
(if current-prefix-arg
(cdr (assq current-prefix-arg gnus-group-jump-to-group-prompt))
(or (and (stringp gnus-group-jump-to-group-prompt)
(cond
((and
(gnus-check-backend-function 'finish-retrieve-group-infos (car method))
+ infos
(or (not (gnus-agent-method-p method))
(gnus-online method)))
(gnus-finish-retrieve-group-infos method infos early-data)
(gnus-agent-save-active method))
- ((gnus-check-backend-function 'retrieve-groups (car method))
+ ((and (gnus-check-backend-function 'retrieve-groups (car method))
+ infos)
(when (gnus-check-backend-function 'request-scan (car method))
(gnus-request-scan nil method))
(let (groups)