update example mimeinfo tree
authorChristoph Hohmann <reboot@gmx.ch>
Thu, 9 Oct 2003 18:12:59 +0000 (18:12 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Thu, 9 Oct 2003 18:12:59 +0000 (18:12 +0000)
src/procmime.h

index 1e516af5b9f54d2a5dc8f437de385dc9db1e4189..9cc798a53755c7770b3ead05a5a3006013b7b02e 100644 (file)
@@ -70,19 +70,21 @@ typedef enum
 /*
  * An example of MimeInfo structure:
  *
- * multipart/mixed            root  <-+ parent
- *                                    |
- *   multipart/alternative      children <-+ parent
- *                                         |
- *     text/plain                 children  --+
- *                                            |
- *     text/html                  next      <-+
- *
- *   message/rfc822             next  <-+ main
- *                                      |
- *                                sub (capsulated message)
- *
- *   image/jpeg                 next
+ * 1: +- message/rfc822                        (root)
+ *      |
+ * 2:   +- multipart/mixed             (children of 1)
+ *      |  |
+ * 3:   |  +- multipart/alternative    (children of 2)
+ *      |  |  |
+ * 4:   |  |  +- text/plain            (children of 3)
+ *      |  |  |
+ * 5:   |  |  +- text/html             (next of 4)
+ *      |  |
+ * 6:   |  +- message/rfc822           (next of 3)
+ *      |     |
+ * 7:   |     ...                      (children of 6)
+ *      |
+ * 8:   +- image/jpeg                  (next of 2)
  */
 
 struct _MimeInfo