From: shuhei-k Date: Mon, 5 Apr 1999 15:42:36 +0000 (+0000) Subject: (mime-read-field): Correct argument of `mime-decode-field-body'; X-Git-Tag: flim-1_12_6~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9d72bb039b4bac03182b0a948543bfbfde62189e;p=elisp%2Fflim.git (mime-read-field): Correct argument of `mime-decode-field-body'; 'native -> 'plain. --- diff --git a/mime.el b/mime.el index 2a8c3b0..0130f99 100644 --- a/mime.el +++ b/mime.el @@ -322,7 +322,7 @@ If MESSAGE is specified, it is regarded as root entity." (funcall parser (eword-lexical-analyze field-body)) (mime-decode-field-body - field-body field-name 'native) + field-body field-name 'plain) )) (mime-entity-set-parsed-header-internal entity (put-alist field-name field header))