Re: associating sig and other properties with "From:" drop-down in mutt

2016-04-12 Thread tech-lists
On Tue, Apr 12, 2016 at 10:56:29PM +0200, Wim wrote: Hi, what you could try is to associate various identitys with send-hooks in this way: send-hook . "source identity_a0" # default config send-hook "~f identity_a1" "source a1" # the a1 identity send-hook "~f identity_a2" "s

Re: associating sig and other properties with "From:" drop-down in mutt

2016-04-12 Thread Wim
Hi, what you could try is to associate various identitys with send-hooks in this way: send-hook . "source identity_a0" # default config send-hook "~f identity_a1" "source a1" # the a1 identity send-hook "~f identity_a2" "source a2" # the a2 identity and so on... w