; Fetch the nnselect-rescan parameter from the topic or group

* lisp/gnus/nnselect.el (nnselect-request-scan-group): Allow the
nnselect-rescan parameter to be set in the topic or the group.
This commit is contained in:
Andrew G Cohen
2022-03-04 16:08:32 +08:00
parent b305f5a3ab
commit 4f6583ab8a

View File

@@ -744,7 +744,7 @@ If this variable is nil, or if the provided function returns nil,
(deffoo nnselect-request-scan (group _method)
(when (and group
(gnus-group-get-parameter (nnselect-add-prefix group)
(gnus-group-find-parameter (nnselect-add-prefix group)
'nnselect-rescan t))
(nnselect-request-group-scan group)))