23#ifndef MUTT_ATTACH_ATTACHMENTS_H
24#define MUTT_ATTACH_ATTACHMENTS_H
void mutt_parse_mime_message(struct Email *e, FILE *fp)
Parse a MIME email.
void mutt_attachments_reset(struct MailboxView *mv)
Reset the attachment count for all Emails.
NotifyAttach
Attachments notification types.
@ NT_ATTACH_DELETE
Attachment regex has been deleted.
@ NT_ATTACH_DELETE_ALL
All Attachment regexes have been deleted.
@ NT_ATTACH_ADD
Attachment regex has been added.
int mutt_count_body_parts(const struct Mailbox *m, struct Email *e, FILE *fp)
Count the MIME Body parts.
void attach_init(void)
Set up the attachments lists.
void attach_cleanup(void)
Free the attachments lists.
The envelope/body of an email.