From: morioka Date: Thu, 12 Mar 1998 12:27:16 +0000 (+0000) Subject: (mime-combine-message/partials-automatically): Rename X-Git-Tag: JR-Himi-~24 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=58d4695616c5f229b6b9695573e21bf94319fd35;p=elisp%2Fsemi.git (mime-combine-message/partials-automatically): Rename `mime-display-message/partial' -> `mime-method-to-store-message/partial'. --- diff --git a/mime-partial.el b/mime-partial.el index 4a6911a..4cef03a 100644 --- a/mime-partial.el +++ b/mime-partial.el @@ -65,7 +65,7 @@ partial messages using mime-view." (if (or (file-exists-p full-file) (not (y-or-n-p "Merge partials?")) ) - (mime-display-message/partial beg end cal) + (mime-method-to-store-message/partial beg end cal) (let (the-id parameters) (setq subject-id (std11-field-body "Subject")) (if (string-match "[0-9\n]+" subject-id) @@ -83,7 +83,7 @@ partial messages using mime-view." (setq the-id (cdr (assoc "id" parameters))) (if (string= the-id id) (progn - (mime-display-message/partial + (mime-method-to-store-message/partial (point-min)(point-max) parameters) (if (file-exists-p full-file) (throw 'tag nil)