gnus-sum.el (gnus-read-header): Ensure groups are prefixed when entering into the registry

This commit is contained in:
Andrew Cohen 2013-05-04 22:38:05 +00:00 committed by Katsumi Yamaoka
parent 0a6313f7e3
commit f4c7b20fc1
2 changed files with 8 additions and 1 deletions

View file

@ -4,6 +4,11 @@
(message-send-and-exit): Don't pass `buf' so as to hide the buffer
(bug#14085).
2013-05-04 Andrew Cohen <cohen@bu.edu>
* gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
entering into the registry.
2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.

View file

@ -12415,7 +12415,9 @@ If REVERSE, save parts that do not match TYPE."
(not (gnus-ephemeral-group-p (car where))))
(gnus-registry-handle-action
(mail-header-id header) nil
(gnus-group-prefixed-name (car where) gnus-override-method)
(gnus-group-prefixed-name
(car where)
(or gnus-override-method (gnus-find-method-for-group group)))
(mail-header-subject header)
(mail-header-from header)))
(when (and (stringp id)