Handle the attachments command
| Data | Description | Links |
|---|---|---|
| AttachAllow | List of attachment types to be counted | |
| AttachExclude | List of attachment types to be ignored | |
| AttachmentsNotify | Notifications: NotifyAttach | |
| InlineAllow | List of inline types to counted | |
| InlineExclude | List of inline types to ignore |
| Function | Description | Links |
|---|---|---|
| attach_cleanup() | Free the attachments lists | |
| attach_init() | Set up the attachments lists | |
| attachmatch_free() | Free an AttachMatch | list_free_t, list_free_api |
| attachmatch_new() | Create a new AttachMatch | |
| count_body_parts() | Count the MIME Body parts | |
| count_body_parts_check() | Compares mime types to the ok and except lists | |
| mutt_attachments_reset() | Reset the attachment count for all Emails | |
| mutt_count_body_parts() | Count the MIME Body parts | |
| mutt_parse_mime_message() | Parse a MIME email | |
| parse_attach_list() | Parse the "attachments" command | |
| parse_attachments() | Parse the 'attachments' command | Command::parse(), command_parse |
| parse_unattach_list() | Parse the "unattachments" command | |
| parse_unattachments() | Parse the 'unattachments' command | Command::parse(), command_parse |
| print_attach_list() | Print a list of attachments |