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:
e03ed7d
)
(mime-view-display-entity): Call body-presentation-method to display
author
morioka
<morioka>
Fri, 5 Jun 1998 06:43:17 +0000
(06:43 +0000)
committer
morioka
<morioka>
Fri, 5 Jun 1998 06:43:17 +0000
(06:43 +0000)
multipart if it is function.
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
eee3635
..
d735ea5
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-808,8
+808,10
@@
The compressed face will be piped to this command.")
(put-text-property nb ne 'mime-view-entity entity)
(goto-char ne)
(if children
- (mime-preview-multipart/mixed entity situation)
- )
+ (if (functionp body-presentation-method)
+ (funcall body-presentation-method entity situation)
+ (mime-preview-multipart/mixed entity situation)
+ ))
)))
(defun mime-raw-get-uu-filename ()