Re: Changing signatures while using "set reverse_name"

2000-11-16 Thread Mikko Hänninen

Michael Elkins <[EMAIL PROTECTED]> wrote on Thu, 16 Nov 2000:
> Example:
> 
>   send-hook ~f [EMAIL PROTECTED]set signature=~/.sig-mutt
>   send-hook ~Aset signature=~/.sig-default 

That example is a bit misleading, as the ~A match would be better if
placed before the ~f hook.  With the given order, $signature ends up
always being ~/.sig-default.


Just thought I'd clear that up,
Mikko
-- 
// Mikko Hänninen, aka. Wizzu  // [EMAIL PROTECTED] //  http://www.wizzu.com /
// The Corrs list maintainer  //  net.freak   //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs /
Classified signature.  Please enter password to continue: _



Re: Changing signatures while using "set reverse_name"

2000-11-16 Thread Michael Elkins

On Thu, Nov 16, 2000 at 08:34:01AM -0600, Lance Simmons wrote:
> I use "set reverse_name" to change my "from" header.
> 
> I'd like to be able to change my signature depending on what my "from"
> header is. Is there a way to this?

$reverse_name is handled _before_ send-hook, so you can match on your from
address to set the correct $signature.

Example:

send-hook ~f [EMAIL PROTECTED]set signature=~/.sig-mutt
send-hook ~Aset signature=~/.sig-default 

me