viewmail-info
[Top][All Lists]
Advanced

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

Re: [VM] vm-pcrisis configuration using vmpc-substitute-replied-header


From: Uday Reddy
Subject: Re: [VM] vm-pcrisis configuration using vmpc-substitute-replied-header
Date: Fri, 23 Dec 2011 15:25:24 +0000

Konrad Hinsen writes:

> So I suspect I need a more elaborate configuration -
> but how?

I found vmpc-substitute-replied-header to be quite useless.

I use something like this

(setq vmpc-conditions
      '((to-work (vmpc-header-match "To\\|Cc" (regexp-quote "...")))
        (to-home (vmpc-header-match "To\\|Cc" (regexp-quote "...")))))
(setq vmpc-actions
      '((work (vmpc-substitute-header "From" "..."))
        (home (vmpc-substitute-header "From" "..."))))
(setq vmpc-reply-alist
      '((to-work work)
        (to-home home)))
(setq vmpc-forward-alist 
      vmpc-reply-alist)

Cheers,
Uday



reply via email to

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