From: Jesper Harder Date: Sat, 15 Mar 2003 22:59:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=999d28bb4819373e54a67814356ff3327250623f;p=gnus *** empty log message *** --- diff --git a/lisp/mm-bodies.el b/lisp/mm-bodies.el index 69d75eec1..b28c50cb1 100644 --- a/lisp/mm-bodies.el +++ b/lisp/mm-bodies.el @@ -245,7 +245,8 @@ If TYPE is `text/plain' CRLF->LF translation may occur." (defun mm-decode-body (charset &optional encoding type force) "Decode the current article that has been encoded with ENCODING. -The characters in CHARSET should then be decoded." +The characters in CHARSET should then be decoded. If FORCE is non-nil +use the supplied charset unconditionally." (if (stringp charset) (setq charset (intern (downcase charset)))) (if (or (not charset)