Variable: eudc-server

eudc-server is a customizable variable defined in eudc-vars.el.gz.

Value

nil

Documentation

The name or IP address of the directory server.

A port number may be specified by appending a colon and a number to the name of the server. Use localhost if the directory server resides on your computer (BBDB backend).

To specify multiple servers, customize eudc-server-hotlist instead.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eudc-vars.el.gz
(defcustom eudc-server nil
  "The name or IP address of the directory server.
A port number may be specified by appending a colon and a
number to the name of the server.  Use `localhost' if the directory
server resides on your computer (BBDB backend).

To specify multiple servers, customize eudc-server-hotlist
instead."
  :type  '(choice (string :tag "Server") (const :tag "None" nil)))