Variable: rmail-search-mime-message-function

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

Value

rmail-search-mime-message

Documentation

Function to check if a regexp matches a MIME message.

This function is called by rmail-search-message if rmail-enable-mime is non-nil. It is called (with point at the start of the message) with two arguments MSG and REGEXP, where MSG is the message number, REGEXP is the regular expression.

Source Code

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