;; Author: OKABE Yasuo @ Kyoto University
;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Version:
-;; $Id: mime-partial.el,v 0.6 1997-03-18 12:52:39 morioka Exp $
+;; $Id: mime-partial.el,v 0.7 1997-03-18 12:59:09 morioka Exp $
;; Keywords: message/partial, MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
(error "Fatal. Unsupported mode")
))))
-(defun mime-article/grab-message/partials (beg end cal)
+(defun mime-combine-message/partials-automatically (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
+partial messages using mime-view."
(interactive)
(let* ((id (cdr (assoc "id" cal)))
(target (cdr (assq 'major-mode cal)))