>>>>> "AC" == Andrew Cohen <[email protected]> writes:
>>>>> "LI" == Lars Ingebrigtsen <[email protected]> writes: LI> Michael Heerdegen <[email protected]> writes: >>> I guessed the quickest way could be to limit to the current >>> thread (???), and then turn off threading (C-M-t), but the first >>> functionality doesn't seem to exist, so I implemented it quicky: LI> Limiting to a thread seems like a natural thing to do, but I LI> can't find such a command, either. It seems like Gnus should LI> have such a command. AC> I think this already exists (bound to "/ T") AC> (defun gnus-summary-limit-include-thread (id &optional AC> thread-only) "Display all hidden articles belonging to thread AC> ID. When called interactively, ID is the Message-ID of the AC> current article. If thread-only is non-nil limit the summary AC> buffer to these articles." AC> What I typically do is "A T" (gnus-summary-refer-thread) which AC> will additionally search for all the articles in the thread. And...its broken (I think). Since I use "A T" I never tried "/ T". With a prefix arg its supposed to limit the summary buffer to the articles in the thread, but it doesn't. I believe the (interactive) expression is wrong, so that the prefix arg is thrown away. _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
