X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime.el;h=92001735dc07c50fda39123a06edddf740eca507;hb=ebd8b3f8be03789c61063c6ed81cb28b02375b96;hp=338aa9c2eee582e0c5a8841ce45698529717f325;hpb=b597a8bffd0e0c3645546f206f2d962b4f93801c;p=elisp%2Fflim.git diff --git a/mime.el b/mime.el index 338aa9c..9200173 100644 --- a/mime.el +++ b/mime.el @@ -271,8 +271,8 @@ If MESSAGE is specified, it is regarded as root entity." (setq field (eword-decode-structured-field-body field-body))) (t - (setq field (eword-decode-unstructured-field-body - field-body)) + (setq field (ew-decode-field (symbol-name field-name) + field-body)) )) (mime-entity-set-parsed-header-internal entity (put-alist field-name field header))