Variable: mm-fill-flowed

mm-fill-flowed is a customizable variable defined in mm-view.el.gz.

Value

t

Documentation

If non-nil, format=flowed articles will be displayed flowed.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-view.el.gz
(defcustom mm-fill-flowed t
  "If non-nil, format=flowed articles will be displayed flowed."
  :type 'boolean
  :version "22.1"
  :group 'mime-display)