Variable: rmail-search-mime-header-function

rmail-search-mime-header-function is a variable defined in rmail.el.gz.

Value

nil

Documentation

Function to check if a regexp matches a header of MIME message.

This function is called by rmail-message-regexp-p-1 if rmail-enable-mime is non-nil. It is called (with point at the start of the header) with three arguments MSG, REGEXP, and LIMIT, where MSG is the message number, REGEXP is the regular expression, LIMIT is the position specifying the end of header.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defvar rmail-search-mime-header-function nil
  "Function to check if a regexp matches a header of MIME message.
This function is called by `rmail-message-regexp-p-1' if
`rmail-enable-mime' is non-nil.  It is called (with point at the
start of the header) with three arguments MSG, REGEXP, and LIMIT,
where MSG is the message number, REGEXP is the regular
expression, LIMIT is the position specifying the end of header.")