From: morioka Date: Sat, 24 Jul 1999 07:45:01 +0000 (+0000) Subject: (mime-entity-children): Deleted [moved to mime-def.el]. X-Git-Tag: flim-1_13_2~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2a2b8e666aa3eadb0361534b42918455423b830e;p=elisp%2Fflim.git (mime-entity-children): Deleted [moved to mime-def.el]. --- diff --git a/mmbuffer.el b/mmbuffer.el index bb2a31c..b2e0c45 100644 --- a/mmbuffer.el +++ b/mmbuffer.el @@ -87,21 +87,6 @@ ) -(luna-define-method mime-entity-children ((entity mime-buffer-entity)) - (let* ((content-type (mime-entity-content-type entity)) - (primary-type (mime-content-type-primary-type content-type))) - (cond ((eq primary-type 'multipart) - (mime-parse-multipart entity) - ) - ((and (eq primary-type 'message) - (memq (mime-content-type-subtype content-type) - '(rfc822 news external-body) - )) - (mime-parse-encapsulated entity) - )) - )) - - (defun mime-visible-field-p (field-name visible-fields invisible-fields) (or (catch 'found (while visible-fields