info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using alternatives with gnus-posting-styles


From: Reiner Steib
Subject: Re: Using alternatives with gnus-posting-styles
Date: Fri, 07 Oct 2005 20:23:39 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

On Fri, Oct 07 2005, David Sumbler wrote:

> (setq gnus-posting-styles
> '(("GroupA"
>    (signature-file "~/somesigfile"))
>   ("GroupB"
>    (signature-file "~/somesigfile"))
> ))
>
> Is there a more elegant way of doing it?

(setq gnus-posting-styles
      '(("GroupA\\|GroupB"
         (signature-file "~/somesigfile")))

,----[ (info "(emacs)Regexps") ]
| Syntax of Regular Expressions
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]