X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-partial.el;h=cb9d4393e2a8efe31c8d6e4050f65d23311e0338;hb=4e31f5213308fa82ca6280dc5a7a2b888fd918c7;hp=6f6428bed8ef8dc0c2ae7780bdfb76114932ff1f;hpb=9f8b45d8c5c88ee3a1b19393449beeae2befd19d;p=elisp%2Fsemi.git diff --git a/mime-partial.el b/mime-partial.el index 6f6428b..cb9d439 100644 --- a/mime-partial.el +++ b/mime-partial.el @@ -1,13 +1,12 @@ ;;; mime-partial.el --- Grabbing all MIME "message/partial"s. -;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. ;; Author: OKABE Yasuo @ Kyoto University ;; MORIOKA Tomohiko -;; Version: $Id: mime-partial.el,v 0.10 1997-09-05 11:29:06 morioka Exp $ ;; Keywords: message/partial, MIME, multimedia, mail, news -;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). +;; This file is part of SEMI (Suite of Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -41,7 +40,7 @@ (error "Fatal. Unsupported mode") )))) -(defun mime-combine-message/partials-automatically (beg end cal) +(defun mime-method-to-combine-message/partial-pieces (beg end cal) "Internal method for mime-view to combine message/partial messages automatically. This function refers variable `mime-view-partial-message-method-alist' to select function to display @@ -66,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) @@ -80,11 +79,11 @@ partial messages using mime-view." (mime-view-partial-message target) (set-buffer article-buffer) (setq parameters - (mime-entity-info-parameters mime::article/content-info)) + (mime-entity-parameters mime-raw-message-info)) (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)