]> git.eshelyaron.com Git - emacs.git/commitdiff
EUDC: Revert eudc-server-hotlist default change
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Thu, 17 Nov 2022 14:22:08 +0000 (09:22 -0500)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Fri, 18 Nov 2022 18:02:15 +0000 (13:02 -0500)
* etc/NEWS: Remove eudc-server-hotlist default change.
* lisp/net/eudc-vars.el (eudc-server-hotlist): Set to nil.
(Bug#59314)

etc/NEWS
lisp/net/eudc-vars.el

index 2717f00612a8ada5c4507fff72dffb9ce8b65011..8a34afe8d291973a6e1ea2a0ddc50a465df9a744 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2057,13 +2057,6 @@ A new back-end for mailabbrev allows information from that database to
 be queried by EUDC, too.  The attributes email, name, and firstname
 are supported only.
 
-+++
-*** New default for 'eudc-server-hotlist' includes built-in backends
-The 'eudc-server-hotlist' user option now defaults to including
-entries for the new built-in ecomplete and mailabbrev EUDC backends.
-As a result, 'C-u M-x eudc-expand-try-all' will query both of these
-backends for email address completions, by default.
-
 ** EWW/SHR
 
 +++
index b44989d906100f6913ca35312bd923f46a522726..450943a3f09e6dc17f43dcb64259af58b7de02a5 100644 (file)
@@ -53,8 +53,7 @@ instead."
 ;; Not to be mistaken with `eudc-supported-protocols'
 (defvar eudc-known-protocols '(bbdb ldap ecomplete mailabbrev))
 
-(defcustom eudc-server-hotlist '(("localhost" . ecomplete)
-                                 ("localhost" . mailabbrev))
+(defcustom eudc-server-hotlist nil
   "Directory servers to query.
 This is an alist of the form (SERVER . PROTOCOL).  SERVER is the
 host name or URI of the server, PROTOCOL is a symbol representing