NeoMutt
2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Toggle main menu visibility
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
23
49
50
#ifndef MUTT_EXPANDO_LIB_H
51
#define MUTT_EXPANDO_LIB_H
52
53
// IWYU pragma: begin_keep
54
#include "
definition.h
"
55
#include "
domain.h
"
56
#include "
expando.h
"
57
#include "
filter.h
"
58
#include "
format.h
"
59
#include "
helpers.h
"
60
#include "
node.h
"
61
#include "
node_condbool.h
"
62
#include "
node_conddate.h
"
63
#include "
node_condition.h
"
64
#include "
node_container.h
"
65
#include "
node_expando.h
"
66
#include "
node_padding.h
"
67
#include "
node_text.h
"
68
#include "
parse.h
"
69
#include "
render.h
"
70
#include "
serial.h
"
71
#include "
uid.h
"
72
// IWYU pragma: end_keep
73
74
struct
ConfigSubset
;
75
76
const
struct
Expando
*
cs_subset_expando
(
const
struct
ConfigSubset
*sub,
const
char
*name);
77
78
#endif
/* MUTT_EXPANDO_LIB_H */
definition.h
Define an Expando format string.
domain.h
Expando Data Domains.
expando.h
Parsed Expando.
filter.h
Expando filtering.
helpers.h
Shared code.
cs_subset_expando
const struct Expando * cs_subset_expando(const struct ConfigSubset *sub, const char *name)
Get an Expando config item by name.
Definition
config_type.c:360
parse.h
Expando Parsing.
format.h
Simple string formatting.
node.h
Basic Expando Node.
node_condbool.h
Expando Node for a Conditional Boolean.
node_conddate.h
Expando Node for a Conditional Date.
node_condition.h
Expando Node for a Condition.
node_container.h
Expando Node for a Container.
node_expando.h
Expando Node for an Expando.
node_padding.h
Expando Node for Padding.
node_text.h
Expando Node for Text.
render.h
Render Expandos using Data.
serial.h
Dump the details of an Expando Tree.
ConfigSubset
A set of inherited config items.
Definition
subset.h:46
Expando
Parsed Expando trees.
Definition
expando.h:41
uid.h
Expando Data UIDs.