X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fflim.git;a=blobdiff_plain;f=mime-parse.el;h=38b7f00728fb7c95135778d1043fd6b7073fad0d;hp=b50ce1a135a15a75fc8102d67b55228294eb3abc;hb=9c0db3733d6fe2a23a85a05144e946e4af127e85;hpb=5235ccb1409fc06b172944d5ec06b2b339447937 diff --git a/mime-parse.el b/mime-parse.el index b50ce1a..38b7f00 100644 --- a/mime-parse.el +++ b/mime-parse.el @@ -270,28 +270,6 @@ mime-{parse|read}-Content-Type." ;;; @ for buffer ;;; -(defvar mime-message-structure nil - "Information about structure of message. -Please use reference function `mime-entity-SLOT' to get value of SLOT. - -Following is a list of slots of the structure: - -buffer buffer includes this entity (buffer). -node-id node-id (list of integers) -header-start minimum point of header in raw-buffer -header-end maximum point of header in raw-buffer -body-start minimum point of body in raw-buffer -body-end maximum point of body in raw-buffer -content-type content-type (content-type) -content-disposition content-disposition (content-disposition) -encoding Content-Transfer-Encoding (string or nil) -children entities included in this entity (list of entity) - -If an entity includes other entities in its body, such as multipart or -message/rfc822, `mime-entity' structures of them are included in -`children', so the `mime-entity' structure become a tree.") -(make-variable-buffer-local 'mime-message-structure) - ;;;###autoload (defun mime-parse-buffer (&optional buffer) "Parse BUFFER as a MIME message.