From f7e16a9f67f44dcce6799963c8492ed112dd4d7a Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 28 Jul 1999 14:25:51 +0000 Subject: [PATCH] (mime-combine-message/partial-pieces-automatically): Use `mime-entity-fetch-field' instead of `mime-fetch-field'. --- mime-partial.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime-partial.el b/mime-partial.el index 733f7f3..618c5a6 100644 --- 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))) ) -- 1.7.10.4