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/
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to