diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2011-01-31 02:19:13 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-01-31 02:19:13 +0000 |
commit | e389d61f82e7e659d0c6708237c817c640d24b9d (patch) | |
tree | 798855765f0c1b2f9d87fe474410e88c70f0635c /lisp/gnus/gnus-group.el | |
parent | 12e3ca0a34ec4848dd22eee4ec4c8a239dc6e09c (diff) | |
download | emacs-e389d61f82e7e659d0c6708237c817c640d24b9d.tar.gz emacs-e389d61f82e7e659d0c6708237c817c640d24b9d.tar.bz2 emacs-e389d61f82e7e659d0c6708237c817c640d24b9d.zip |
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.
Diffstat (limited to 'lisp/gnus/gnus-group.el')
-rw-r--r-- | lisp/gnus/gnus-group.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 66bf70bed05..30cd1275e7b 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -2467,7 +2467,7 @@ If PROMPT (the prefix) is a number, use the prompt specified in `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) |