(mime-entity-children): Deleted [moved to mime-def.el].
authormorioka <morioka>
Sat, 24 Jul 1999 07:45:01 +0000 (07:45 +0000)
committermorioka <morioka>
Sat, 24 Jul 1999 07:45:01 +0000 (07:45 +0000)
mmbuffer.el

index bb2a31c..b2e0c45 100644 (file)
   )
 
 
-(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