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