Variable: mml-enable-flowed

mml-enable-flowed is a customizable variable defined in mml.el.gz.

Value

t

Documentation

If non-nil, enable format=flowed usage when encoding a message.

This is only performed when filling on text/plain with hard newlines in the text.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mml.el.gz
(defcustom mml-enable-flowed t
  "If non-nil, enable format=flowed usage when encoding a message.
This is only performed when filling on text/plain with hard
newlines in the text."
  :version "24.1"
  :type 'boolean
  :group 'message)