Alternate address handling.
Data | Description | Links |
---|---|---|
Alternates | List of regexes to match the user's alternate email addresses | |
AlternatesNotify | Notifications: NotifyAlternates | |
UnAlternates | List of regexes to exclude false matches in Alternates |
Function | Description | Links |
---|---|---|
alternates_cleanup() | Free the alternates lists | |
alternates_init() | Set up the alternates lists | |
mutt_alternates_match() | Compare an Address to the Un/Alternates lists | |
mutt_alternates_reset() | Clear the recipient valid flag of all emails | |
parse_alternates() | Parse the 'alternates' command | Command::parse(), command_parse |
parse_unalternates() | Parse the 'unalternates' command | Command::parse(), command_parse |