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))
|
||||
(forward-line 1)))
|
||||
('headers
|
||||
(gnus-run-hooks 'gnus-parse-headers-hook)
|
||||
(let ((nnmail-extra-headers gnus-extra-headers))
|
||||
(goto-char (point-min))
|
||||
(while (not (eobp))
|
||||
|
|
Loading…
Add table
Reference in a new issue