X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fprocmime.h;h=9cc798a53755c7770b3ead05a5a3006013b7b02e;hp=1e516af5b9f54d2a5dc8f437de385dc9db1e4189;hb=4cf4572c4deb8ae4822e971d2186e74595e6d497;hpb=5bc946243f2a92f1ce569c587fae603634e9122f diff --git a/src/procmime.h b/src/procmime.h index 1e516af5b..9cc798a53 100644 --- a/src/procmime.h +++ b/src/procmime.h @@ -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