From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60207 Path: news.gmane.org!not-for-mail From: Anupam Kapoor Newsgroups: gmane.emacs.gnus.general Subject: gnus-group-parameters help Date: Mon, 25 Apr 2005 10:38:07 +0530 Message-ID: <877jirtpe0.fsf@seldon.starentnetworks.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114631532 22790 80.91.229.2 (27 Apr 2005 19:52:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Apr 2005 19:52:12 +0000 (UTC) Original-X-From: ding-owner+M8738@lists.math.uh.edu Wed Apr 27 21:52:10 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQsZm-00081r-CJ for ding-account@gmane.org; Wed, 27 Apr 2005 21:52:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DQsel-0000eV-00; Wed, 27 Apr 2005 14:57:11 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DPw67-00035Z-00 for ding@lists.math.uh.edu; Mon, 25 Apr 2005 00:25:31 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DPw62-0007ar-JJ for ding@lists.math.uh.edu; Mon, 25 Apr 2005 00:25:26 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1DPw61-0007Xf-00 for ; Mon, 25 Apr 2005 07:25:25 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DPw0q-0005Fh-75 for ding@gnus.org; Mon, 25 Apr 2005 07:20:04 +0200 Original-Received: from 220.225.32.4 ([220.225.32.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Apr 2005 07:20:04 +0200 Original-Received: from akapoor by 220.225.32.4 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Apr 2005 07:20:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 36 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 220.225.32.4 User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:7FXrzj9pbUCHavackRU4zEFqN/s= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60207 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60207 hi all, i want to configure gnus-group-parameters to have group specific posting styles, spam etc. configuration. currently, my group buffer looks like this: ,---- | 0: nnimap+alpha:alpha-generic `---- so, using re-builder, i came up with the following : ,---- | (setq gnus-group-parameters '(("nnimap.*:.*generic" | (gcc-self . t)) | ;; add more groups here. | )) `---- but this does not seem to make any difference at all :o( ! when, i enter the group, and do a 'm' to compose a mail, i don't see the Gcc header being present. however, when using 'G c' on the group, it all seems to work fine. i looked at '.newsrc.eld' and tried using the regex there, but that does not seem to help either. this is on 'No Gnus v0.3' with emacs at 'GNU Emacs 22.0.50.1'. thank you for your help. kind regards anupam ps: i know, i can use 'G c' which does the needful, but it puts the configuration in '.newsrc.eld'. i would rather have all the configuration in one single place i.e. .gnus.el.