projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c111d7b
)
(mm-dissect-buffer): Could not handle message/partial message, fixed.
author
keiichi
<keiichi>
Wed, 25 Jul 2001 05:09:39 +0000
(
05:09
+0000)
committer
keiichi
<keiichi>
Wed, 25 Jul 2001 05:09:39 +0000
(
05:09
+0000)
lisp/mm-decode.el
patch
|
blob
|
history
diff --git
a/lisp/mm-decode.el
b/lisp/mm-decode.el
index
75be4d1
..
5c22ffd
100644
(file)
--- a/
lisp/mm-decode.el
+++ b/
lisp/mm-decode.el
@@
-280,7
+280,9
@@
to:
((and (eq gnus-mime-display-part-function
'gnus-mime-display-part-with-mime-view)
(eq type 'message))
- (mm-dissect-message result ctl))
+ (if (eq (mime-content-type-subtype ctl) 'partial)
+ (mm-dissect-singlepart result ctl no-strict-mime)
+ (mm-dissect-message result ctl)))
((eq type 'multipart)
(mm-dissect-multipart result ctl))
(t