23#ifndef MUTT_ALIAS_MODULE_DATA_H
24#define MUTT_ALIAS_MODULE_DATA_H
Representation of a single alias to an email address.
Convenience wrapper for the library headers.
Alias private Module data.
struct AliasArray aliases
User's email aliases.
struct HashTable * reverse_aliases
Hash Table of aliases (email address -> alias)
struct RegexList unalternates
Regexes to exclude false matches in alternates.
struct Notify * alternates_notify
Notifications: NotifyAlternates.
struct RegexList alternates
Regexes to match the user's alternate email addresses.