Index: mm-view.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/mm-view.el,v retrieving revision 7.4 diff -u -r7.4 mm-view.el --- mm-view.el 15 Jan 2004 10:59:39 -0000 7.4 +++ mm-view.el 27 Jan 2004 14:35:06 -0000 @@ -64,6 +64,12 @@ (html2text html2text)) "The attributes of washer types for text/html.") +(defcustom mm-fill-flowed t + "If non-nil an format=flowed article will be displayed flowed." + :type 'boolean + :group 'mime-display) + + ;;; Internal variables. ;;; @@ -345,7 +351,8 @@ (mm-insert-part handle) (goto-char (point-max))) (insert (mm-decode-string (mm-get-part handle) charset))) - (when (and (equal type "plain") + (when (and mm-fill-flowed + (equal type "plain") (equal (cdr (assoc 'format (mm-handle-type handle))) "flowed")) (save-restriction