NeoMutt
2024-10-02-37-gfa9146
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 */
command.h
NeoMutt commands API.
config_cache.h
Cache of config variables.
dispatcher.h
Dispatcher of functions.
account.h
Maildir Account.
mailbox.h
Maildir Mailbox.
message.h
Message logging.
mxapi.h
API for mx backends.
neomutt.h
Container for Accounts, Notifications.
tmp.h
Create Temporary Files.