mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
Run gnus-parse-headers-hook when retrieving nnselect headers
* lisp/gnus/nnselect.el (nnselect-retrieve-headers): Run the gnus-parse-headers-hook when retrieving headers in nnselect, just like in a real group.
This commit is contained in:
parent
83a4e4c2a9
commit
80b0a69b60
1 changed files with 1 additions and 0 deletions
|
|
@ -328,6 +328,7 @@ If this variable is nil, or if the provided function returns nil,
|
||||||
(nnheader-parse-nov))
|
(nnheader-parse-nov))
|
||||||
(forward-line 1)))
|
(forward-line 1)))
|
||||||
('headers
|
('headers
|
||||||
|
(gnus-run-hooks 'gnus-parse-headers-hook)
|
||||||
(let ((nnmail-extra-headers gnus-extra-headers))
|
(let ((nnmail-extra-headers gnus-extra-headers))
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(while (not (eobp))
|
(while (not (eobp))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue