David Bremner <david@tethera.net> writes: > > Another option that seems technically feasible, but would involve some > elisp programming, would be to write a command that re-applies the > calculation of Fcc from From that already exists, and run that manually > or perhaps opt-in to running it automatically on send. I guess if you have message-templ installed, there is really not any programming. My hook usage looks like (setq notmuch-address-post-completion-functions '((lambda (lst) (message-templ-config-exec)))) You could certainly bind #'message-templ-config-exec to a key and (although then you have to trust it does the right thing) run it when sending e.g. from message-send-hook. _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-leave@notmuchmail.org