Variable: mairix-widget-fields-list

mairix-widget-fields-list is a variable defined in mairix.el.gz.

Value

(("from" "f" "From")
 ("to" "t" "To")
 ("cc" "c" "Cc")
 ("subject" "s" "Subject")
 ("to" "tc" "To or Cc")
 ("from" "a" "Address")
 (nil "b" "Body")
 (nil "n" "Attachment")
 ("Message-ID" "m" "Message ID")
 (nil "s" "Size")
 (nil "d" "Date"))

Documentation

Fields that should be editable during interactive query customization.

Header, corresponding mairix command and description for editable fields in interactive query customization. The header specifies which header contents should be inserted into the editable field when creating a Mairix query based on the current message (can be nil for disabling this).

Source Code

;; Defined in /usr/src/emacs/lisp/net/mairix.el.gz
;; Other variables

(defvar mairix-widget-fields-list
  '(("from" "f" "From") ("to" "t" "To") ("cc" "c" "Cc")
    ("subject" "s" "Subject")  ("to" "tc" "To or Cc")
    ("from" "a" "Address") (nil "b" "Body") (nil "n" "Attachment")
    ("Message-ID" "m" "Message ID") (nil "s" "Size") (nil "d" "Date"))
  "Fields that should be editable during interactive query customization.
Header, corresponding mairix command and description for editable
fields in interactive query customization.  The header specifies
which header contents should be inserted into the editable field
when creating a Mairix query based on the current message (can be
nil for disabling this).")