Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "Clemens Schüller" <cs.mlists+info-gnus@mailbox.org>
To: Andreas Leha <andreas.leha@med.uni-goettingen.de>,
	Andrey Lisin <andrey.lisin@gmail.com>
Cc: info-gnus-english@gnu.org
Subject: Re: How to show all messages in threads where unread exist
Date: Wed, 05 Nov 2014 22:48:40 +0100	[thread overview]
Message-ID: <87r3xh1fpj.fsf@cougar.home.aneadesign.com> (raw)
In-Reply-To: <olud291ic8d.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Wed, 05 Nov 2014 21:11:46 +0000")

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

  reply	other threads:[~2014-11-05 21:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-05 17:14 Andrey Lisin
2014-11-05 21:11 ` Andreas Leha
2014-11-05 21:48   ` Clemens Schüller [this message]
2014-11-06 13:35     ` Andrey Lisin
2014-11-06 13:29   ` Andrey Lisin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r3xh1fpj.fsf@cougar.home.aneadesign.com \
    --to=cs.mlists+info-gnus@mailbox.org \
    --cc=andreas.leha@med.uni-goettingen.de \
    --cc=andrey.lisin@gmail.com \
    --cc=cs.mlists@mailbox.org \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).