projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a4e4c
)
Run gnus-parse-headers-hook when retrieving nnselect headers
author
Andrew G Cohen
<cohen@andy.bu.edu>
Wed, 23 Sep 2020 08:46:36 +0000
(16:46 +0800)
committer
Andrew G Cohen
<cohen@andy.bu.edu>
Wed, 23 Sep 2020 08:46:36 +0000
(16:46 +0800)
* lisp/gnus/nnselect.el (nnselect-retrieve-headers): Run the
gnus-parse-headers-hook when retrieving headers in nnselect, just like
in a real group.
lisp/gnus/nnselect.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnselect.el
b/lisp/gnus/nnselect.el
index 9bff9fdd0c0b258de0273de70f912a33b1b9c447..c6f2ffae9c65f95a6d84a2aefa9499b5ee73e0b5 100644
(file)
--- a/
lisp/gnus/nnselect.el
+++ b/
lisp/gnus/nnselect.el
@@
-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))