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
40
41
#ifndef MUTT_CORE_LIB_H
42
#define MUTT_CORE_LIB_H
43
44
// IWYU pragma: begin_keep
45
#include "
account.h
"
46
#include "
command.h
"
47
#include "
config_cache.h
"
48
#include "
dispatcher.h
"
49
#include "
mailbox.h
"
50
#include "
message.h
"
51
#include "
mxapi.h
"
52
#include "
neomutt.h
"
53
#include "
tmp.h
"
54
// IWYU pragma: end_keep
55
56
#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.
mxapi.h
API for mx backends.
neomutt.h
Container for Accounts, Notifications.
tmp.h
Create Temporary Files.