Thanks to visit codestin.com
Credit goes to code.neomutt.org

NeoMutt  2025-12-11-189-gceedb6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
49
50#ifndef MUTT_CONFIG_LIB_H
51#define MUTT_CONFIG_LIB_H
52
53#include <stdbool.h>
54// IWYU pragma: begin_keep
55#include "bool.h"
56#include "charset.h"
57#include "dump.h"
58#include "enum.h"
59#include "helpers.h"
60#include "inheritance.h"
61#include "mbtable.h"
62#include "number.h"
63#include "quad.h"
64#include "regex2.h"
65#include "set.h"
66#include "sort.h"
67#include "subset.h"
68#include "types.h"
69// IWYU pragma: end_keep
70
79typedef bool (*module_init_config_t)(struct ConfigSet *cs);
80
81#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:79
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.