From: morioka Date: Wed, 28 Jul 1999 14:25:51 +0000 (+0000) Subject: (mime-combine-message/partial-pieces-automatically): Use X-Git-Tag: remi-1_13_2~22 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f7e16a9f67f44dcce6799963c8492ed112dd4d7a;p=elisp%2Fsemi.git (mime-combine-message/partial-pieces-automatically): Use `mime-entity-fetch-field' instead of `mime-fetch-field'. --- 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))) )