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:
257c450
)
(mime-combine-message/partial-pieces-automatically): Use
author
morioka
<morioka>
Wed, 28 Jul 1999 14:25:51 +0000
(14:25 +0000)
committer
morioka
<morioka>
Wed, 28 Jul 1999 14:25:51 +0000
(14:25 +0000)
`mime-entity-fetch-field' instead of `mime-fetch-field'.
mime-partial.el
patch
|
blob
|
history
diff --git
a/mime-partial.el
b/mime-partial.el
index
733f7f3
..
618c5a6
100644
(file)
--- a/
mime-partial.el
+++ b/
mime-partial.el
@@
-55,7
+55,7
@@
automatically."
(not (y-or-n-p "Merge partials?"))
)
(mime-store-message/partial-piece entity situation)
- (setq subject-id (mime-read-field 'Subject entity))
+ (setq subject-id (mime-entity-read-field entity 'Subject))
(if (string-match "[0-9\n]+" subject-id)
(setq subject-id (substring subject-id 0 (match-beginning 0)))
)