]> git.eshelyaron.com Git - emacs.git/commit
Don't read all headers in gnus thread referral (bug#63842)
authorAndrew G Cohen <cohen@andy.bu.edu>
Mon, 19 Jun 2023 23:59:51 +0000 (07:59 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 20 Jun 2023 00:33:03 +0000 (08:33 +0800)
commit1e13610b75718e7904f8af181fb73571639e1211
tree997e262d33fa52ee881f88ead25030ddc5115430
parentef2a9b9779f87438958830747e97b0a37804a3d6
Don't read all headers in gnus thread referral (bug#63842)

Gnus thread referral tries to add newly found articles to an existing
summary buffer. When the list of such articles is known from searching
we can speed things up by only entering these specific headers into
the dependencies table.

* lisp/gnus/gnus-sum.el (gnus-summary-refer-thread): Don't set
`gnus-read-all-available-headers' when finding articles by searching.
lisp/gnus/gnus-sum.el