[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to show all messages in threads where unread exist
From: |
Clemens Schüller |
Subject: |
Re: How to show all messages in threads where unread exist |
Date: |
Wed, 05 Nov 2014 22:48:40 +0100 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
Hello!
On 05. Nov. 2014 at 22:11 Andreas Leha wrote:
> Andrey Lisin <andrey.lisin@gmail.com> 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