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