NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Alias Struct Reference

A shortcut for an email address or addresses. More...

#include "alias.h"

Public Member Functions

 TAILQ_ENTRY (Alias) entries
 Linked list.
 

Data Fields

char * name
 Short name.
 
struct AddressList addr
 List of Addresses the Alias expands to.
 
char * comment
 Free-form comment string.
 
struct TagList tags
 Tags.
 

Detailed Description

A shortcut for an email address or addresses.

Definition at line 34 of file alias.h.

Member Function Documentation

◆ TAILQ_ENTRY()

Alias::TAILQ_ENTRY ( Alias  )

Linked list.

Field Documentation

◆ name

char* Alias::name

Short name.

Definition at line 36 of file alias.h.

◆ addr

struct AddressList Alias::addr

List of Addresses the Alias expands to.

Definition at line 37 of file alias.h.

◆ comment

char* Alias::comment

Free-form comment string.

Definition at line 38 of file alias.h.

◆ tags

struct TagList Alias::tags

Tags.

Definition at line 39 of file alias.h.


The documentation for this struct was generated from the following file: