From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sat, 26 Apr 2008 23:49:25 -0700 Subject: [sup-talk] [PATCH] Config control over how From address is generated when replying. Message-ID: <1209278945-sup-1601@south> Hi Marc, Reformatted excerpts from Marc Hartstein's message of 2008-04-23: > Two new boolean options are now recognized in .sup/config.yaml I appreciate the idea behind this patch, but I'm making a concerted effort to keep the config options down to a minimum. I'd prefer a hook that passed in all the relevant header values as parameters (@m.recipient_email, @m.to, @m.cc, etc) and returned the desired From: address. Then people can implement their own logic without the config file starting down the path of Mutt-style configuration insanity. You could actually technically accomplish this already with the before-edit hook, but I'd be happy with a special purpose hook. -- William