NeoMutt  2024-11-14-138-ge5ca67
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
expando.h File Reference

Alias Expando definitions. More...

#include "expando/lib.h"
+ Include dependency graph for expando.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ExpandoDataAlias {
  ED_ALI_ADDRESS = 1 , ED_ALI_ALIAS , ED_ALI_COMMENT , ED_ALI_EMAIL ,
  ED_ALI_FLAGS , ED_ALI_NAME , ED_ALI_NUMBER , ED_ALI_TAGGED ,
  ED_ALI_TAGS
}
 Expando UIDs for Aliases. More...
 

Variables

const struct ExpandoRenderCallback AliasRenderCallbacks []
 Callbacks for Alias Expandos.
 
const struct ExpandoRenderCallback QueryRenderCallbacks []
 Callbacks for Query Expandos.
 

Detailed Description

Alias Expando definitions.

Authors
  • Richard Russon

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file expando.h.

Enumeration Type Documentation

◆ ExpandoDataAlias

Expando UIDs for Aliases.

See also
ED_ALIAS, ExpandoDomain
Enumerator
ED_ALI_ADDRESS 

Alias.addr.

ED_ALI_ALIAS 

Alias.name.

ED_ALI_COMMENT 

Alias.comment.

ED_ALI_EMAIL 

Alias.addr.mailbox.

ED_ALI_FLAGS 

Alias.flags.

ED_ALI_NAME 

Alias.addr.personal.

ED_ALI_NUMBER 

AliasView.num.

ED_ALI_TAGGED 

AliasView.tagged.

ED_ALI_TAGS 

Alias.tags.

Definition at line 33 of file expando.h.

34{
35 ED_ALI_ADDRESS = 1,
44};
@ ED_ALI_FLAGS
Alias.flags.
Definition: expando.h:39
@ ED_ALI_EMAIL
Alias.addr.mailbox.
Definition: expando.h:38
@ ED_ALI_NUMBER
AliasView.num.
Definition: expando.h:41
@ ED_ALI_NAME
Alias.addr.personal.
Definition: expando.h:40
@ ED_ALI_ALIAS
Alias.name.
Definition: expando.h:36
@ ED_ALI_ADDRESS
Alias.addr.
Definition: expando.h:35
@ ED_ALI_COMMENT
Alias.comment.
Definition: expando.h:37
@ ED_ALI_TAGGED
AliasView.tagged.
Definition: expando.h:42
@ ED_ALI_TAGS
Alias.tags.
Definition: expando.h:43

Variable Documentation

◆ AliasRenderCallbacks

const struct ExpandoRenderCallback AliasRenderCallbacks[]
extern

Callbacks for Alias Expandos.

See also
AliasFormatDef, ExpandoDataAlias

Definition at line 187 of file expando.c.

◆ QueryRenderCallbacks

const struct ExpandoRenderCallback QueryRenderCallbacks[]
extern

Callbacks for Query Expandos.

See also
QueryFormatDef, ExpandoDataAlias

Definition at line 207 of file expando.c.