emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4f6583ab8a: ; Fetch the nnselect-rescan parameter from the topic


From: Andrew G Cohen
Subject: master 4f6583ab8a: ; Fetch the nnselect-rescan parameter from the topic or group
Date: Fri, 4 Mar 2022 03:10:48 -0500 (EST)

branch: master
commit 4f6583ab8a6f1f8e2329bf0b683277101447948d
Author: Andrew G Cohen <cohen@andy.bu.edu>
Commit: Andrew G Cohen <cohen@andy.bu.edu>

    ; 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.
---
 lisp/gnus/nnselect.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el
index f5be477d26..b9072d4cb3 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]