Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: ding@gnus.org
Subject: Re: How to visit thread that corresponds to an entry in the summary mode?
Date: Sun, 10 Aug 2014 11:01:02 +0800	[thread overview]
Message-ID: <87fvh5vyj5.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <878umxxpji.fsf@gmail.com>

jenia.ivlev@gmail.com (jenia.ivlev) writes:

> Hello:
>
> How do go to the thread that corresponds to an article in the summary
> mode, "sent" folder lets say. Or "draft" folder and so on?
>
> Thanks in advance for your kind help and time.
> Jenia

You mean you have a group name, and a message-id, and you want to open a
*Summary* buffer displaying the entire thread of which that message is a
part? Or are you already on a message in the summary buffer, and you
just want to show the whole thread?

"A T" on a message in the summary buffer will show its whole thread.

If you meant the latter, a bit like this would probably do it:

(progn
  (gnus-select-group-with-message-id GROUP MESSAGE-ID)
  (gnus-summary-refer-thread))

What you do with that bit depends on how you're planning to use it.

HTH,
Eric




  reply	other threads:[~2014-08-10  3:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-09 22:32 jenia.ivlev
2014-08-10  3:01 ` Eric Abrahamsen [this message]
2014-08-16  0:13   ` jenia.ivlev
2014-08-16 11:05     ` Adam Sjøgren
2014-09-13  1:09       ` jenia.ivlev
2014-09-13  2:35         ` Eric Abrahamsen
2014-09-13 16:17           ` jenia.ivlev

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=87fvh5vyj5.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=ding@gnus.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).