Go to the documentation of this file.
24 #ifndef MUTT_ALIAS_ALIAS_H
25 #define MUTT_ALIAS_ALIAS_H
42 extern struct AliasList
Aliases;
NotifyAlias
Alias notification types.
struct AddressList addr
List of Addresses the Alias expands to.
void alias_free(struct Alias **ptr)
Free an Alias.
TAILQ_ENTRY(Alias) entries
Linked list.
@ NT_ALIAS_CHANGED
An Alias has been changed.
void aliaslist_free(struct AliasList *al)
Free a List of Aliases.
struct Alias * alias_new(void)
Create a new Alias.
struct AliasList Aliases
List of all the user's email aliases.
@ NT_ALIAS_NEW
A new Alias has been created.
@ NT_ALIAS_DELETED
An Alias is about to be deleted.
char * comment
Free-form comment string.
A shortcut for an email address or addresses.
TAILQ_HEAD(AliasList, Alias)