From 2a2b8e666aa3eadb0361534b42918455423b830e Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 24 Jul 1999 07:45:01 +0000 Subject: [PATCH] (mime-entity-children): Deleted [moved to mime-def.el]. --- mmbuffer.el | 15 --------------- 1 file changed, 15 deletions(-) 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 -- 1.7.10.4