NeoMutt
2025-12-11-596-g7cc1dd
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
41
42
#ifndef MUTT_CORE_LIB_H
43
#define MUTT_CORE_LIB_H
44
45
// IWYU pragma: begin_keep
46
#include "
account.h
"
47
#include "
command.h
"
48
#include "
config_cache.h
"
49
#include "
dispatcher.h
"
50
#include "
mailbox.h
"
51
#include "
message.h
"
52
#include "
module_api.h
"
53
#include "
mxapi.h
"
54
#include "
neomutt.h
"
55
#include "
tmp.h
"
56
// IWYU pragma: end_keep
57
58
#endif
/* MUTT_CORE_LIB_H */
command.h
NeoMutt commands API.
config_cache.h
Cache of config variables.
account.h
A group of associated Mailboxes.
mailbox.h
Representation of a mailbox.
message.h
A local copy of an email.
dispatcher.h
Dispatcher of functions.
module_api.h
Module API.
mxapi.h
API for mx backends.
neomutt.h
Container for Accounts, Notifications.
tmp.h
Create Temporary Files.