NeoMutt  2024-04-25-76-g20fe7b
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
48#ifndef MUTT_EXPANDO_LIB_H
49#define MUTT_EXPANDO_LIB_H
50
51// IWYU pragma: begin_keep
52#include "definition.h"
53#include "domain.h"
54#include "expando.h"
55#include "filter.h"
56#include "format.h"
57#include "helpers.h"
58#include "node.h"
59#include "node_condbool.h"
60#include "node_conddate.h"
61#include "node_condition.h"
62#include "node_container.h"
63#include "node_expando.h"
64#include "node_padding.h"
65#include "node_text.h"
66#include "parse.h"
67#include "render.h"
68#include "uid.h"
69// IWYU pragma: end_keep
70
71struct ConfigSubset;
72
73const struct Expando *cs_subset_expando(const struct ConfigSubset *sub, const char *name);
74
75#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:357
Expando Parsing.
Parsed Expando.
Simple string formatting.
Pass files through external commands (filters)
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.