Variable: gnus-uu-user-view-rules-end

gnus-uu-user-view-rules-end is a customizable variable defined in gnus-uu.el.gz.

Value

(("" "file"))

Documentation

What actions are to be taken if no rule matched the file name.

See the documentation on the gnus-uu-default-view-rules variable for details.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
(defcustom gnus-uu-user-view-rules-end
  '(("" "file"))
  "What actions are to be taken if no rule matched the file name.
See the documentation on the `gnus-uu-default-view-rules' variable for
details."
  :group 'gnus-extract-view
  :type '(repeat (group regexp (string :tag "Command"))))