NeoMutt  2024-04-25-34-g585158
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Alternate address handling

Alternate address handling.

Data

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

Functions

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