Variable: gnus-search-contact-tables

gnus-search-contact-tables is a customizable variable defined in gnus-search.el.gz.

Value

nil

Documentation

A list of completion tables used to search for messages from contacts.

Each list element should be a table or collection suitable to be returned by completion-at-point-functions. That usually means a list of strings, a hash table, or an alist.

This variable was added, or its default value changed, in Emacs 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-search.el.gz
(defcustom gnus-search-contact-tables '()
  "A list of completion tables used to search for messages from contacts.
Each list element should be a table or collection suitable to be
returned by `completion-at-point-functions'.  That usually means
a list of strings, a hash table, or an alist."
  :version "28.1"
  :type '(repeat sexp))