NeoMutt  2025-09-05-43-g177ed6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
48
49#ifndef MUTT_CONFIG_LIB_H
50#define MUTT_CONFIG_LIB_H
51
52#include <stdbool.h>
53// IWYU pragma: begin_keep
54#include "bool.h"
55#include "charset.h"
56#include "dump.h"
57#include "enum.h"
58#include "helpers.h"
59#include "inheritance.h"
60#include "mbtable.h"
61#include "number.h"
62#include "quad.h"
63#include "regex2.h"
64#include "set.h"
65#include "sort.h"
66#include "subset.h"
67#include "types.h"
68// IWYU pragma: end_keep
69
78typedef bool (*module_init_config_t)(struct ConfigSet *cs);
79
80#endif /* MUTT_CONFIG_LIB_H */
Type representing a boolean.
Validator for the "charset" config variables.
Dump all the config.
Helper functions to get/set config values.
bool(* module_init_config_t)(struct ConfigSet *cs)
Definition lib.h:78
A collection of config items.
Type representing a sort option.
Type representing an enumeration.
An inherited config item.
Type representing a multibyte character table.
Type representing a number.
Type representing a quad-option.
Type representing a regular expression.
Container for lots of config items.
Definition set.h:248
Subset of Config Items.
Constants for all the config types.