From: Andrew G Cohen Date: Fri, 4 Mar 2022 08:08:32 +0000 (+0800) Subject: ; Fetch the nnselect-rescan parameter from the topic or group X-Git-Tag: emacs-29.0.90~2025 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f6583ab8a6f1f8e2329bf0b683277101447948d;p=emacs.git ; 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. --- diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el index f5be477d26d..b9072d4cb39 100644 --- a/lisp/gnus/nnselect.el +++ b/lisp/gnus/nnselect.el @@ -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)))