Variable: eudc-bbdb-enable-substring-matches

eudc-bbdb-enable-substring-matches is a customizable variable defined in eudc-vars.el.gz.

Value

t

Documentation

If non-nil, authorize substring match in the same way BBDB does.

Otherwise records must match queries exactly.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eudc-vars.el.gz
(defcustom eudc-bbdb-enable-substring-matches t
  "If non-nil, authorize substring match in the same way BBDB does.
Otherwise records must match queries exactly."
  :type 'boolean)