Go to the documentation of this file.
23 #ifndef MUTT_MUTT_PARSE_H
24 #define MUTT_MUTT_PARSE_H
An attachment matching a regex for attachment counter.
int mutt_count_body_parts(struct Mailbox *m, struct Email *e)
Count the MIME Body parts.
struct ListHead AttachExclude
List of attachment types to be ignored.
struct ListHead InlineExclude
List of inline types to ignore.
enum ContentType major_int
void mutt_attachmatch_free(struct AttachMatch **ptr)
Free an AttachMatch - Implements list_free_t.
struct ListHead InlineAllow
List of inline types to counted.
void mutt_parse_mime_message(struct Mailbox *m, struct Email *e)
Parse a MIME email.
struct ListHead AttachAllow
List of attachment types to be counted.
The envelope/body of an email.