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:
2f5586d
)
(mime-parse-multipart): Set message/x-broken if parsing is failed.
author
morioka
<morioka>
Fri, 10 Jul 1998 20:32:12 +0000
(20:32 +0000)
committer
morioka
<morioka>
Fri, 10 Jul 1998 20:32:12 +0000
(20:32 +0000)
mime-parse.el
patch
|
blob
|
history
diff --git
a/mime-parse.el
b/mime-parse.el
index
7e71b3c
..
fa20a85
100644
(file)
--- a/
mime-parse.el
+++ b/
mime-parse.el
@@
-201,7
+201,7
@@
If is is not found, return DEFAULT-ENCODING."
(mime-entity-set-children-internal entity (nreverse children))
)
(mime-entity-set-content-type-internal
- entity (make-mime-content-type 'application 'octet-stream))
+ entity (make-mime-content-type 'message 'x-broken))
nil)
)))