NeoMutt  2024-04-16-36-g75b6fb
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 */
NeoMutt commands API.
Cache of config variables.
Dispatcher of functions.
Maildir Account.
Maildir Mailbox.
Message logging.
API for mx backends.
Container for Accounts, Notifications.
Create Temporary Files.