Index: lisp/rfc2047.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/rfc2047.el,v retrieving revision 6.27 diff -u -r6.27 rfc2047.el --- lisp/rfc2047.el 2001/12/31 05:28:05 6.27 +++ lisp/rfc2047.el 2002/01/02 22:08:28 @@ -147,14 +147,14 @@ (car message-posting-charset)) nil) ;; No encoding necessary, but folding is nice - (rfc2047-fold-region + (if nil (rfc2047-fold-region (save-excursion (goto-char (point-min)) (skip-chars-forward "^:") (when (looking-at ": ") (forward-char 2)) (point)) - (point-max))) + (point-max)))) ;; We found something that may perhaps be encoded. (setq method nil alist rfc2047-header-encoding-alist)