Variable: eudc-query-form-attributes
eudc-query-form-attributes is a customizable variable defined in
eudc-vars.el.gz.
Value
(name firstname email phone)
Documentation
A list of attributes presented in the query form.
Source Code
;; Defined in /usr/src/emacs/lisp/net/eudc-vars.el.gz
(defcustom eudc-query-form-attributes '(name firstname email phone)
"A list of attributes presented in the query form."
:tag "Attributes in Query Forms"
:type '(repeat
(choice
:tag "Attribute"
(const :menu-tag "First Name" :tag "First Name" firstname)
(const :menu-tag "Surname" :tag "Surname" name)
(const :menu-tag "Email Address" :tag "Email Address" email)
(const :menu-tag "Phone" :tag "Phone" phone)
(symbol :menu-tag "Other" :tag "Attribute name"))))