help-gnu-emacs
[Top][All Lists]
Advanced

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

gnus-posting-styles matching


From: Paulo J. Matos
Subject: gnus-posting-styles matching
Date: Thu, 22 Apr 2010 13:28:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

I have a work account and a work account set up in gnus. Work account is
nnimap+csr:INBOX... etc
I want to set my address id to be my work email when I reply to an email
inside one of these groups or when I create a new email inside one of
these groups. I set the following style:
,----
| (setq gnus-posting-styles
|       '((".*"
|          (signature-file "~/local/gnus/signature")
|          (name "Paulo J. Matos")
|          (address "pxxxxxxs@gmail.com"))
|         ("nnimap\\+csr:.*"
|          (address "Pxxxxxxxxs@csr.com")
|          (organization "Cambridge Silicon Radio plc."))))
`----

However this doesn't actually work. I end up having always the address
id of the gmail.com account.

Any tips on how to setup this correctly and more generally what this
alist is matched against?

-- 
PMatos




reply via email to

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