]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fetch the nnselect-rescan parameter from the topic or group
authorAndrew G Cohen <cohen@andy.bu.edu>
Fri, 4 Mar 2022 08:08:32 +0000 (16:08 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Fri, 4 Mar 2022 08:08:32 +0000 (16:08 +0800)
* lisp/gnus/nnselect.el (nnselect-request-scan-group): Allow the
nnselect-rescan parameter to be set in the topic or the group.

lisp/gnus/nnselect.el

index f5be477d26dc07b8235eb3a650df6f636e8308c9..b9072d4cb39af4188aece1ef2e12bc559f7f706f 100644 (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)))