From 629d225950c5e181798cbc6440fcf6fa0d3bee7d Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 24 Jun 1998 01:31:51 +0000 Subject: [PATCH] (mime-combine-message/partial-pieces-automatically): Use `mime-read-field' instead of `mime-entity-read-field'. --- mime-partial.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-partial.el b/mime-partial.el index 1fa2caa..f5378eb 100644 --- a/mime-partial.el +++ b/mime-partial.el @@ -55,7 +55,7 @@ partial messages using mime-view." (not (y-or-n-p "Merge partials?")) ) (mime-store-message/partial-piece entity situation) - (setq subject-id (mime-entity-read-field entity 'Subject)) + (setq subject-id (mime-read-field 'Subject entity)) (if (string-match "[0-9\n]+" subject-id) (setq subject-id (substring subject-id 0 (match-beginning 0))) ) -- 1.7.10.4