Variable: mh-search-next-result-function

mh-search-next-result-function is a variable defined in mh-search.el.gz.

Value

nil

Documentation

Function to parse the next line of output.

Expected to return a list of three strings: name of the folder, message number, and optionally the match.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-search.el.gz
(defvar mh-search-next-result-function nil
  "Function to parse the next line of output.
Expected to return a list of three strings: name of the folder,
message number, and optionally the match.")