From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79449 Path: news.gmane.org!not-for-mail From: lee Newsgroups: gmane.emacs.gnus.general Subject: Re: Where are group parameters stored? Date: Wed, 13 Jul 2011 02:54:33 +0200 Organization: my virtual residence Message-ID: <871uxvrody.fsf@yun.yagibdah.de> References: <8762ncnb5a.fsf@member.fsf.org> <87r55v1hks.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1310518543 17936 80.91.229.12 (13 Jul 2011 00:55:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jul 2011 00:55:43 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27745@lists.math.uh.edu Wed Jul 13 02:55:39 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qgnjn-0005nO-Ay for ding-account@gmane.org; Wed, 13 Jul 2011 02:55:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Qgniu-0004MB-T4; Tue, 12 Jul 2011 19:54:44 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Qgnit-0004Lw-55 for ding@lists.math.uh.edu; Tue, 12 Jul 2011 19:54:43 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Qgnin-0002Zn-OU for ding@lists.math.uh.edu; Tue, 12 Jul 2011 19:54:41 -0500 Original-Received: from static.103.179.46.78.clients.your-server.de ([78.46.179.103] helo=static.73.179.46.78.clients.your-server.de) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Qgnil-0002Y3-DP for ding@gnus.org; Wed, 13 Jul 2011 02:54:35 +0200 Original-Received: from lee by yun.yagibdah.de with local (Exim 4.76) (envelope-from ) id 1Qgnij-0004s3-Mw for ding@gnus.org; Wed, 13 Jul 2011 02:54:33 +0200 Mail-Followup-To: ding@gnus.org In-Reply-To: <87r55v1hks.fsf@member.fsf.org> (Tassilo Horn's message of "Tue, 12 Jul 2011 20:26:11 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: 0.1 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-1863--6154h-0s--0d--H*u:Emacs, 0.000-1729--5710h-0s--0d--H*u:Gnus, 0.000-1653--5459h-0s--0d--H*u:linux, 0.000-1653--5459h-0s--0d--H*UA:linux, 0.000-1602--5291h-0s--0d--H*u:gnu Spam tokens: 0.987-1--0h-1s--0d--H*r:sk:clients, 0.987-1--0h-1s--5d--uni, 0.957-4411--1456h-53594s--0d--H*r:quimby.gnus.org, 0.932-377--249h-5712s--0d--inheritance, 0.923-244--204h-4084s--0d--H*r:sk:static. Autolearn status: no -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 2.0 HELO_DYNAMIC_IPADDR Relay HELO'd using suspicious hostname (IP addr 1) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79449 Archived-At: Tassilo Horn writes: > 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)))) What does the above do?