summaryrefslogtreecommitdiff
path: root/NEWS.org
diff options
context:
space:
mode:
authorDato Simó <dato@net.com.org.es>2020-07-03 19:21:18 -0300
committerDato Simó <dato@net.com.org.es>2020-07-03 19:21:18 -0300
commit7efdebce301e3d0c0c18d519b7da61231448b52d (patch)
tree43e5e503a55a961adf9e0c77298e9ba6d9820258 /NEWS.org
parent31f918eadbfe29d8cf21c613a288eeccd0401c2f (diff)
NEWS.org, mu4e-vars.e.: fix spelling mu4e-contact-rewrite-function
mu4e-contact-rewrite-function was obsoleted in 1.4, but the entry in NEWS.org entry, and the make-obsolete-variable call, referred to it as mu4e-contacts-rewrite-function. (Should be "contact", not "contacts".)
Diffstat (limited to 'NEWS.org')
-rw-r--r--NEWS.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.org b/NEWS.org
index 6910de5..97bb2f2 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -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.