From 86f0934f7b8c583553c6643c5cb3aef16ebf4aff Mon Sep 17 00:00:00 2001 From: joost Date: Fri, 28 Mar 2014 10:24:29 +0100 Subject: [PATCH] solves #383 --- mu4e/mu4e-vars.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index cb7006d2..57056beb 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/mu4e-vars.el @@ -249,6 +249,13 @@ Set to nil to not have any time-based restriction." :type 'string :group 'mu4e-compose) +(defcustom mu4e-canonical-contact-function 'mu4e-canonical-contact-identity + "Function to be used for processing every contact and convert it to the +canonical counterpart, you may use this for correcting typo's, changed +names and adapting addresses or names to company policies." + :type 'function + :group 'mu4e-compose) + (defcustom mu4e-compose-complete-ignore-address-regexp "no-?reply" "Ignore any e-mail addresses for completion if they match this regexp." :type 'string