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 RegexList subscribed
Regexes to match subscribed mailing lists.
struct RegexList mail
Regexes to match mailing lists.
struct Notify * alternates_notify
Notifications: NotifyAlternates.
struct HashTable * auto_subscribe_cache
Hash Table: "mailto:" (no value)
struct MenuDefinition * menu_query
Query menu definition.
struct MenuDefinition * menu_alias
Alias menu definition.
struct HashTable * groups
Hash Table: "group-name" -> Group.
struct RegexList unmail
Regexes to exclude false matches in mail.
struct RegexList unsubscribed
Regexes to exclude false matches in subscribed.
struct Notify * notify
Notifications.
struct RegexList alternates
Regexes to match the user's alternate email addresses.