Merge pull request #1747 from dato/fix_obsolete_var_name

NEWS.org, mu4e-vars.e.: fix spelling mu4e-contact-rewrite-function
This commit is contained in:
Dirk-Jan C. Binnema 2020-07-04 14:27:22 +03:00 committed by GitHub
commit c4e8a8f04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@
get the contacts that have changed since the last round.
We also moved sorting the contacts to the mu-side, which speeds things up
further. However, as a side-effect of this, ~mu4e-contacts-rewrite-function~
further. However, as a side-effect of this, ~mu4e-contact-rewrite-function~
and ~mu4e-compose-complete-ignore-address-regexp~ have been obsoleted; users
of those should migrate to ~mu4e-contact-process-function~; see its
docstring for details.

View File

@ -443,7 +443,7 @@ their canonical counterpart; useful as an example."
(mail (plist-get contact :mail)))
(list :name name :mail mail)))
(make-obsolete-variable 'mu4e-contacts-rewrite-function
(make-obsolete-variable 'mu4e-contact-rewrite-function
"mu4e-contact-process-function (see docstring)" "mu4e 1.3.2")
(make-obsolete-variable 'mu4e-compose-complete-ignore-address-regexp
"mu4e-contact-process-function (see docstring)" "mu4e 1.3.2")