Variable: eudc-ecomplete-attributes-translation-alist
eudc-ecomplete-attributes-translation-alist is a variable defined in
eudcb-ecomplete.el.gz.
Value
((email . mail))
Documentation
See eudc-protocol-attributes-translation-alist.
The back-end-specific attribute names are used as the "type" of entry when searching, and they must hence match the types you use in your ecompleterc database file.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eudcb-ecomplete.el.gz
(defvar eudc-ecomplete-attributes-translation-alist
'((email . mail))
"See `eudc-protocol-attributes-translation-alist'.
The back-end-specific attribute names are used as the \"type\" of
entry when searching, and they must hence match the types you use
in your ecompleterc database file.")