Hello! On 05. Nov. 2014 at 22:11 Andreas Leha wrote: > Andrey Lisin <[email protected]> writes:
>> Probably it's silly question, but I didn't find the answer in the Gnus >> documentation. How to show all messages in threads, where unread >> messages exist? >> >> Thank you. > > are you looking for gnus-summary-refer-thread (which is bound to 'A T' > for me)? > > Regards, > Andreas I have the following in my .gnus --8<---------------cut here---------------start------------->8--- (defun cc-fetch-whole-thread() "like `A R' `T o' `A T' in the summary buffer." (interactive) (gnus-summary-refer-references) (gnus-summary-top-thread) (gnus-summary-refer-thread)) (define-key gnus-summary-mode-map [(meta A)] 'cc-fetch-whole-thread) --8<---------------cut here---------------end--------------->8--- -- Best Regards, Clemens Schüller _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
