Hi, * eim <[EMAIL PROTECTED]> [02-07-14 15:14]: >I have three mail adresses (profiles) so I want to filter my outgoing >mail, written by one of the three profiles in an apropiate mbox folder >for the given profile. > >Eg: If I write a mail with "[EMAIL PROTECTED]" is it possible to record > this sent mail not in the default record mbox but in a different > "/sent/eim" mbox ? And the same for [EMAIL PROTECTED] and [EMAIL PROTECTED]
I change my address for each mailing list, so this may be a good start: send-hook '~t [EMAIL PROTECTED]' 'my_hdr From: [EMAIL PROTECTED]' You should be able to replace this with a hook on your own. Untested: send-hook '~f [EMAIL PROTECTED]' 'set record=/sent/eim' You should add default hooks if you want to keeo the default behavior for any setting. send-hook . 'set record=default' Thorsten -- Politik kann man in diesem Lande definieren als die Durchsetzung wirtschaftlicher Zwecke mit Hilfe der Gesetzgebung. - Kurt Tucholsky