diff options
| author | joost <joost@w520jo.(none)> | 2014-03-28 10:24:29 +0100 |
|---|---|---|
| committer | joost <joost@w520jo.(none)> | 2014-03-28 10:24:29 +0100 |
| commit | 86f0934f7b8c583553c6643c5cb3aef16ebf4aff (patch) | |
| tree | df4ff0eedeac681941714d0ffa187fc2cb4b16e2 /mu4e | |
| parent | 14a17ff07c69c670cafc256a39ecd35456810dd9 (diff) | |
solves #383
Diffstat (limited to 'mu4e')
| -rw-r--r-- | mu4e/mu4e-vars.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index cb7006d..57056be 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 |
