Gnus development mailing list
 help / color / mirror / Atom feed
From: Dave Abrahams <dave@boostpro.com>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: ding@gnus.org
Subject: Re: Where are group parameters stored?
Date: Thu, 14 Jul 2011 13:20:55 -0400	[thread overview]
Message-ID: <m2hb6ord6w.fsf@boostpro.com> (raw)
In-Reply-To: <87r55v1hks.fsf@member.fsf.org> (Tassilo Horn's message of "Tue, 12 Jul 2011 20:26:11 +0200")


on Tue Jul 12 2011, Tassilo Horn <tassilo-AT-member.fsf.org> wrote:

> Dave Abrahams <dave@boostpro.com> writes:
>
> Hi Dave,
>
>>> If you specify them using `G c' or `G p' on a group, then I think
>>> they go in ~/.newsrc.eld, but I might be wrong.
>>
>> Okay, that seems problematic.
>
> That's one reason why I put them in my ~/.gnus.el.  Another reason is
> that then I can use some kind of "parameter inheritance", e.g.:
>
> (setq gnus-parameters
>       `((,(rx (or "emacs" "gnus"))
>          (gnus-button-emacs-level 10))
>
> 	(,(rx "nnimap+")                             ;; general mail stuff
> 	 (gnus-use-scoring nil)
> 	 (gcc-self . t))
> 	(,(rx "nnimap+Uni:ml/")                      ;; specifics for uni mailinglists
> 	 (gcc-self . "nnimap+Uni:Sent"))
> 	(,(rx "nnimap+Fastmail:INBOX.mailinglists.") ;; specifics for other mailinglists
> 	 (gcc-self . "nnimap+Fastmail:INBOX.Sent Items")
> 	 (gnus-use-scoring t))))

Nice!  (I don't think I knew about rx.  You learn something new every
day...)

Cheers,

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com



  parent reply	other threads:[~2011-07-14 17:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-08 13:31 Dave Abrahams
2011-07-08 13:40 ` Tassilo Horn
2011-07-12 17:21   ` Dave Abrahams
2011-07-12 18:26     ` Tassilo Horn
2011-07-13  0:54       ` lee
2011-07-13  7:13         ` Tassilo Horn
2011-07-13 20:05           ` lee
2011-07-13 20:50             ` inheritatively specifying group parameters (was: Where are group parameters stored?) lee
2011-07-13 21:18               ` inheritatively specifying group parameters Peter Münster
2011-07-14  6:16                 ` Tassilo Horn
2011-07-14 16:05                   ` lee
2011-07-14  6:19             ` Where are group parameters stored? Tassilo Horn
2011-07-14 16:25               ` lee
2011-07-14 18:26                 ` Tassilo Horn
2011-07-14 19:18                   ` lee
2011-07-14 17:20       ` Dave Abrahams [this message]
2011-07-13  5:23     ` Steinar Bang
2011-07-19 16:49     ` Lars Magne Ingebrigtsen
2011-07-13  5:18 ` Steinar Bang

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=m2hb6ord6w.fsf@boostpro.com \
    --to=dave@boostpro.com \
    --cc=ding@gnus.org \
    --cc=tassilo@member.fsf.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).