]> git.eshelyaron.com Git - emacs.git/commitdiff
Run gnus-parse-headers-hook when retrieving nnselect headers
authorAndrew G Cohen <cohen@andy.bu.edu>
Wed, 23 Sep 2020 08:46:36 +0000 (16:46 +0800)
committerAndrew 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

index 9bff9fdd0c0b258de0273de70f912a33b1b9c447..c6f2ffae9c65f95a6d84a2aefa9499b5ee73e0b5 100644 (file)
@@ -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))