Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* How to show all messages in threads where unread exist
@ 2014-11-05 17:14 Andrey Lisin
  2014-11-05 21:11 ` Andreas Leha
  0 siblings, 1 reply; 5+ messages in thread
From: Andrey Lisin @ 2014-11-05 17:14 UTC (permalink / raw)
  To: info-gnus-english

Hello,

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.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to show all messages in threads where unread exist
  2014-11-05 17:14 How to show all messages in threads where unread exist Andrey Lisin
@ 2014-11-05 21:11 ` Andreas Leha
  2014-11-05 21:48   ` Clemens Schüller
  2014-11-06 13:29   ` Andrey Lisin
  0 siblings, 2 replies; 5+ messages in thread
From: Andreas Leha @ 2014-11-05 21:11 UTC (permalink / raw)
  To: info-gnus-english

Hello Andrey,

Andrey Lisin <andrey.lisin@gmail.com> writes:
> Hello,
>
> 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to show all messages in threads where unread exist
  2014-11-05 21:11 ` Andreas Leha
@ 2014-11-05 21:48   ` Clemens Schüller
  2014-11-06 13:35     ` Andrey Lisin
  2014-11-06 13:29   ` Andrey Lisin
  1 sibling, 1 reply; 5+ messages in thread
From: Clemens Schüller @ 2014-11-05 21:48 UTC (permalink / raw)
  To: Andreas Leha, Andrey Lisin; +Cc: info-gnus-english

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

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to show all messages in threads where unread exist
  2014-11-05 21:11 ` Andreas Leha
  2014-11-05 21:48   ` Clemens Schüller
@ 2014-11-06 13:29   ` Andrey Lisin
  1 sibling, 0 replies; 5+ messages in thread
From: Andrey Lisin @ 2014-11-06 13:29 UTC (permalink / raw)
  To: Andreas Leha; +Cc: info-gnus-english

> are you looking for gnus-summary-refer-thread (which is bound to 'A T'
> for me)?
Actually this is the method I use now. It work pretty good, but I want
Gnus show whole thread without any efforts from my side.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to show all messages in threads where unread exist
  2014-11-05 21:48   ` Clemens Schüller
@ 2014-11-06 13:35     ` Andrey Lisin
  0 siblings, 0 replies; 5+ messages in thread
From: Andrey Lisin @ 2014-11-06 13:35 UTC (permalink / raw)
  To: Clemens Schüller
  Cc: Clemens Schüller, Andreas Leha, info-gnus-english

Hmm... Your solution works nice, but I need to select thread first
still. I'm wondering if it is possible to write a hook, that will fetch
all threads on summary open?


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-06 13:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-05 17:14 How to show all messages in threads where unread exist Andrey Lisin
2014-11-05 21:11 ` Andreas Leha
2014-11-05 21:48   ` Clemens Schüller
2014-11-06 13:35     ` Andrey Lisin
2014-11-06 13:29   ` Andrey Lisin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).