Variable: nnmairix-interactive-query-parameters

nnmairix-interactive-query-parameters is a variable defined in nnmairix.el.gz.

Value

((102 "from" "f" "From") (116 "to" "t" "To") (99 "to" "tc" "To or Cc")
 (97 "from" "a" "Address") (115 "subject" "s" "Subject")
 (98 nil "b" "Body") (100 nil "d" "Date") (110 nil "n" "Attachment"))

Documentation

Things that should be editable during interactive query generation.

Every list element consists of the following entries: Keystroke, message field (if any), mairix command and description.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmairix.el.gz
(defvar nnmairix-interactive-query-parameters
  '((?f "from" "f" "From") (?t "to" "t" "To") (?c "to" "tc" "To or Cc")
    (?a "from" "a" "Address") (?s "subject" "s" "Subject") (?b nil "b" "Body")
    (?d nil "d" "Date") (?n nil "n" "Attachment"))
  "Things that should be editable during interactive query generation.
Every list element consists of the following entries: Keystroke,
message field (if any), mairix command and description.")