Handling of email attachments
| Function | Description | Links |
|---|---|---|
| mutt_add_temp_attachment() | Add file to list of temporary attachments | |
| mutt_check_lookup_list() | Update the mime type | |
| mutt_compose_attachment() | Create an attachment | |
| mutt_decode_save_attachment() | Decode, then save an attachment | |
| mutt_edit_attachment() | Edit an attachment | |
| mutt_get_tmp_attachment() | Get a temporary copy of an attachment | |
| mutt_pipe_attachment() | Pipe an attachment to a command | |
| mutt_print_attachment() | Print out an attachment | |
| mutt_save_attachment() | Save an attachment | |
| mutt_temp_attachments_cleanup() | Delete all temporary attachments | |
| mutt_view_attachment() | View an attachment | |
| save_attachment_open() | Open a file to write an attachment to | |
| wait_interactive_filter() | Wait after an interactive filter |