[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Using alternatives with gnus-posting-styles
From: |
David Sumbler |
Subject: |
Using alternatives with gnus-posting-styles |
Date: |
Fri, 07 Oct 2005 19:00:30 +0100 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux) |
Suppose I have two groups called GroupA and GroupB.
I want to apply some posting style (say, a signature file) to both. I
have tried various ways to use some sort of "or" or "|" expression,
but without success. So far, I can only make things work correctly
with:
(setq gnus-posting-styles
'(("GroupA"
(signature-file "~/somesigfile"))
("GroupB"
(signature-file "~/somesigfile"))
))
Is there a more elegant way of doing it?
David
--
David Sumbler
Please reply with a followup to the newsgroup.
However, if you _really_ want to send me an e-mail,
replace "nospam" in my address with "aeolia".
- Using alternatives with gnus-posting-styles,
David Sumbler <=