NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Tag Struct Reference

LinkedList Tag Element. More...

#include "tags.h"

Public Member Functions

 STAILQ_ENTRY (Tag) entries
 Linked list.
 

Data Fields

char * name
 Tag name.
 
char * transformed
 Transformed name.
 
bool hidden
 Tag should be hidden.
 

Detailed Description

LinkedList Tag Element.

Keep a linked list of header tags and their transformed values. Textual tags can be transformed to symbols to save space.

Definition at line 41 of file tags.h.

Member Function Documentation

◆ STAILQ_ENTRY()

Tag::STAILQ_ENTRY ( Tag  )

Linked list.

Field Documentation

◆ name

char* Tag::name

Tag name.

Definition at line 43 of file tags.h.

◆ transformed

char* Tag::transformed

Transformed name.

Definition at line 44 of file tags.h.

◆ hidden

bool Tag::hidden

Tag should be hidden.

Definition at line 45 of file tags.h.


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