Gnus development mailing list
 help / color / mirror / Atom feed
From: dal-blazej@onenetbeyond.org
To: ding@gnus.org
Subject: Re: How to view sent mails in a threaded conversation (IMAP)?
Date: Sat, 26 Mar 2022 11:46:48 +0100	[thread overview]
Message-ID: <878rsxhtyf.fsf@onenetbeyond.org> (raw)
In-Reply-To: <m2wnruatip.fsf@codeisgreat.org> (Pankaj Jangid's message of "Thu, 20 May 2021 10:31:02 +0530")


Hi, after creating a group, you can edit its parameters.
Valid nnselect parameters looks like that :

((nnselect-artlist)
 (nnselect-specs
  (nnselect-function . gnus-search-run-query)
  (nnselect-args
   (search-query-spec
    (query . "since:2w"))
   (search-group-spec
    ("nnimap:your-server" "nnimap+your-server:your-folder")))))

The "nnimap+your-server:your-folder" is optional and can help you to
narrow the search to the group you want.

(nnselect-artlist) is first void, but as soon as the first research will
fill with articles data.

Notice that the server is spelled with a ':' but in the group, is
spelled with '+'.


      reply	other threads:[~2022-03-26 10:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19 10:04 Pankaj Jangid
2021-05-19 15:56 ` Eric Abrahamsen
2021-05-19 18:01   ` Pankaj Jangid
2021-05-19 18:34     ` Eric Abrahamsen
2021-05-20  5:01       ` Pankaj Jangid
2022-03-26 10:46         ` dal-blazej [this message]

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=878rsxhtyf.fsf@onenetbeyond.org \
    --to=dal-blazej@onenetbeyond.org \
    --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).