projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3f9baa
)
(mime-read-field): Correct argument of `mime-decode-field-body';
author
shuhei-k
<shuhei-k>
Mon, 5 Apr 1999 15:42:36 +0000
(15:42 +0000)
committer
shuhei-k
<shuhei-k>
Mon, 5 Apr 1999 15:42:36 +0000
(15:42 +0000)
'native -> 'plain.
mime.el
patch
|
blob
|
history
diff --git
a/mime.el
b/mime.el
index
2a8c3b0
..
0130f99
100644
(file)
--- 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))