Variable: mml-boundary-function

mml-boundary-function is a variable defined in mml.el.gz.

Value

mml-make-boundary

Documentation

A function called to suggest a boundary.

The function may be called several times, and should try to make a new suggestion each time. The function is called with one parameter, which is a number that says how many times the function has been called for this message.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mml.el.gz
(defvar mml-boundary-function 'mml-make-boundary
  "A function called to suggest a boundary.
The function may be called several times, and should try to make a new
suggestion each time.  The function is called with one parameter,
which is a number that says how many times the function has been
called for this message.")