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:
334383b
)
(mime-root-entity-p): New function.
author
morioka
<morioka>
Sun, 15 Mar 1998 13:28:14 +0000
(13:28 +0000)
committer
morioka
<morioka>
Sun, 15 Mar 1998 13:28:14 +0000
(13:28 +0000)
mime-parse.el
patch
|
blob
|
history
diff --git
a/mime-parse.el
b/mime-parse.el
index
f63752a
..
493bbcb
100644
(file)
--- a/
mime-parse.el
+++ b/
mime-parse.el
@@
-273,6
+273,14
@@
mime-{parse|read}-Content-Type."
)))
+;;; @ utilities
+;;;
+
+(defsubst mime-root-entity-p (entity)
+ "Return t if ENTITY is root-entity (message)."
+ (null (mime-entity-node-id entity)))
+
+
;;; @ end
;;;