]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/gnus-sum.el (gnus-summary-refer-thread): Fix limiting
authorAndrew G Cohen <cohen@andy.bu.edu>
Tue, 18 Apr 2023 03:12:54 +0000 (11:12 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 18 Apr 2023 03:17:00 +0000 (11:17 +0800)
lisp/gnus/gnus-sum.el

index 35e867a350899e5005a87e7ccaf2703d40759368..4effaa981ecdd0f9880811e07ce5831b7fcdc370 100644 (file)
@@ -9081,8 +9081,8 @@ is non-numeric or nil fetch the number specified by the
              (cl-merge 'list gnus-newsgroup-headers new-headers
                        'gnus-article-sort-by-number)))
       (setq gnus-newsgroup-articles
-            (gnus-sorted-nunion gnus-newsgroup-articles article-ids))
-      (gnus-summary-limit-include-thread id gnus-refer-thread-limit-to-thread)))
+            (gnus-sorted-nunion gnus-newsgroup-articles article-ids)))
+    (gnus-summary-limit-include-thread id gnus-refer-thread-limit-to-thread))
   (gnus-summary-show-thread))
 
 (defun gnus-summary-open-group-with-article (message-id)