Gnus development mailing list
 help / color / mirror / Atom feed
From: Pankaj Jangid <pankaj@codeisgreat.org>
To: Gnus Users <ding@gnus.org>
Subject: How to setup new nnselect group from init file?
Date: Thu, 05 Nov 2020 15:57:47 +0530	[thread overview]
Message-ID: <m2v9ek9jz0.fsf@codeisgreat.org> (raw)

I have specified messages for an nnselect group in the configuration in
~/.gnus.el. Like this,

--8<---------------cut here---------------start------------->8---
(setq gnus-parameters
      '(("nnselect:emacs"
	 (nnselect-specs
	  (nnselect-function . gnus-search-run-query)
	  (nnselect-args
	   (search-query-spec
            (query . "recipient:emacs-devel@gnu.org"))
	   (search-group-spec
            ("nnimap\\+codeisgreat:INBOX")
            ))))
	("nnselect:postgress"
	 (nnselect-specs
	  (nnselect-function . gnus-search-run-query)
	  (nnselect-args
	   (search-query-spec
            (query . "recipient:pgsql-general@lists.postgresql.org")
	    (query . "recipient:pgsql-announce@lists.postgresql.org")
	    (query . "recipient:pgsql-novice@lists.postgresql.org")
	    (query . "recipient:pgsql-sql@lists.postgresql.org"))
	   (search-group-spec
            ("nnimap\\+codeisgreat:INBOX")
            ))))
	("nnselect:cron"
	 (nnselect-specs
	  (nnselect-function . gnus-search-run-query)
	  (nnselect-args
	   (search-query-spec
            (query . "from:Cron? Daemon")
	   (search-group-spec
            ("nnml:mail.misc")
	    ("nnimap\\+otp:INBOX")
            )))))))
--8<---------------cut here---------------end--------------->8---

Now how to make these groups visible in the group-buffer? I don't want
to do it in the UI. I want to set them up in the init file only.

Other groups, like nnimap+... are automatically created once I set it up
using select method. What is the method for nnselect groups?


             reply	other threads:[~2020-11-05 10:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05 10:27 Pankaj Jangid [this message]
2020-11-06  2:13 ` Eric Abrahamsen
2020-11-06  5:13   ` Pankaj Jangid

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=m2v9ek9jz0.fsf@codeisgreat.org \
    --to=pankaj@codeisgreat.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).