projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fef2cec
)
(mime-view-message/rfc822): Use `mime-entity-cooked-p'.
author
morioka
<morioka>
Mon, 29 Jun 1998 00:06:58 +0000
(
00:06
+0000)
committer
morioka
<morioka>
Mon, 29 Jun 1998 00:06:58 +0000
(
00:06
+0000)
mime-play.el
patch
|
blob
|
history
diff --git
a/mime-play.el
b/mime-play.el
index
7e61624
..
d9ff14d
100644
(file)
--- a/
mime-play.el
+++ b/
mime-play.el
@@
-416,7
+416,7
@@
It is registered to variable `mime-preview-quitting-method-alist'."
(setq mime-message-structure children)
(setq major-mode 'mime-show-message-mode)
(mime-view-buffer (current-buffer) nil mother
- nil (mime-entity-representation-type entity))
+ nil (if (mime-entity-cooked-p entity) 'cooked))
))