From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7290 Path: news.gmane.org!not-for-mail From: Hadron Quark Newsgroups: gmane.emacs.gnus.user Subject: Re: Gnus-Pers (personalities) Date: Mon, 08 May 2006 19:04:49 +0200 Message-ID: <874q00cury.fsf@gmail.com> References: <87wtcxycgt.fsf@gmail.com> <873bfkkfcz.fsf@gmail.com> <87ac9so49u.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147110049 21961 80.91.229.2 (8 May 2006 17:40:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 May 2006 17:40:49 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon May 08 19:40:38 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fd9ic-0003h0-29 for gegu-info-gnus-english@m.gmane.org; Mon, 08 May 2006 19:40:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fd9ib-0007el-K7 for gegu-info-gnus-english@m.gmane.org; Mon, 08 May 2006 13:40:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsserver.news.garr.it!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 24 Original-X-Trace: individual.net 7uQWNCYfh7vancEwwEwVbglqDdVsZMfrbj4KQ0xOSr8rZ71TEh X-Orig-Path: l.h.c!news User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:7aCfNjKin9WFvWanfYgaPtO/9mU= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77472 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7290 Archived-At: Burton Samograd writes: > Hadron Quark writes: >> Next problem : does anyone have an example of how to set personalities >> based in mail group? I have nnmaildir groups set up : but the ng regexp >> for "electric headers" doesnt seem to work with these group "names" >> since there is no "newsgroup" field for this case. > > I think this might be what you're looking for, I haven't actually > tried it though: > > (setq gnus-posting-styles > '((".*" > (name "Joe User") > (address "joeuser@example.org")) > ("^nnmaildir.*whatever" > (address "joeuser2@whatever.com")))) > > -- > burton samograd kruhft .at. gmail > kruhft.blogspot.com www.myspace.com/kruhft metashell.blogspot.com That is gnus-posting-styles : nothing to do with gnus-pers to the best of my knowledge. Or? Do they work together?