Parse and execute user-defined hooks
Function | Description |
---|---|
mutt_account_hook() | Perform an account hook |
mutt_crypt_hook() | Find crypto hooks for an Address |
mutt_default_save() | Find the default save path for an email |
mutt_delete_hooks() | Delete matching hooks |
mutt_find_hook() | Find a matching hook |
mutt_folder_hook() | Perform a folder hook |
mutt_idxfmt_hook() | Get index-format-hook format string |
mutt_message_hook() | Perform a message hook |
mutt_parse_hook() | Parse the 'hook' family of commands - Implements Command::parse() |
mutt_parse_idxfmt_hook() | Parse the 'index-format-hook' command - Implements Command::parse() |
mutt_parse_unhook() | Parse the 'unhook' command - Implements Command::parse() |
mutt_select_fcc() | Select the FCC path for an email |
mutt_startup_shutdown_hook() | Execute any startup/shutdown hooks |
mutt_timeout_hook() | Execute any timeout hooks |