]> git.eshelyaron.com Git - emacs.git/commit
EUDC: Add ecomplete and mailabbrev backends
authorAlexander Adolf <alexander.adolf@condition-alpha.com>
Tue, 8 Nov 2022 18:39:19 +0000 (13:39 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Tue, 8 Nov 2022 23:19:15 +0000 (18:19 -0500)
commit0e25a39e69acca0324c326ea8e46b1725594bff5
tree6340e009978c52bd415ad9ff84888f3334c7d5e3
parent1f53a5f1b389a2c4a8225cf37bbf68bebac735d7
EUDC: Add ecomplete and mailabbrev backends

* doc/misc/eudc.texi (Overview): Add ecomplete and mailabbrev
nodes.
(ecomplete, mailabbrev): New nodes.
(Installation): Add ecomplete and mailabbrev nodes.
(LDAP Configuration): Use code formatting instead of quotes.
(macOS Contacts Configuration): Likewise.
(ecomplete Configuration): New node.
(mailabbrev Configuration): Likewise.
* etc/NEWS (EUDC): Mention ecomplete and mailabbrev backends,
mention eudc-server-hotlist default change.
* lisp/net/eudc-vars.el (eudc-known-protocols): Add ecomplete and
mailabbrev.
(eudc-server-hotlist): Add entries for ecomplete and mailabbrev.
* lisp/net/eudcb-ecomplete.el: New EUDC backend file.
* lisp/net/eudcb-mailabbrev.el: Likewise.
* test/lisp/net/eudc-resources/ecompleterc,
test/lisp/net/eudc-resources/mailrc: New eudc-tests resource
files.
* test/lisp/net/eudc-tests.el (eudc-test-rfc5322-quote-phrase)
(eudc-test-make-address, eudcb-ecomplete, eudcb-mailabbrev): New
test cases.
doc/misc/eudc.texi
etc/NEWS
lisp/net/eudc-vars.el
lisp/net/eudcb-ecomplete.el [new file with mode: 0644]
lisp/net/eudcb-mailabbrev.el [new file with mode: 0644]
test/lisp/net/eudc-resources/ecompleterc [new file with mode: 0644]
test/lisp/net/eudc-resources/mailrc [new file with mode: 0644]
test/lisp/net/eudc-tests.el