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:
73a93eb
)
(mime-preview-follow-current-entity): Don't copy header if current
author
morioka
<morioka>
Sat, 27 Mar 1999 15:29:46 +0000
(15:29 +0000)
committer
morioka
<morioka>
Sat, 27 Mar 1999 15:29:46 +0000
(15:29 +0000)
entity is root.
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
14bca3c
..
baefb57
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-1185,9
+1185,10
@@
It calls following-method selected from variable
(concat "^"
(apply (function regexp-or) fields)
":") ""))))
- (if (and
- (eq (mime-entity-media-type ci) 'message)
- (eq (mime-entity-media-subtype ci) 'rfc822))
+ (if (or (null entity-node-id)
+ (and
+ (eq (mime-entity-media-type ci) 'message)
+ (eq (mime-entity-media-subtype ci) 'rfc822)))
nil
(if str
(insert str)