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 */
NeoMutt commands API.
Cache of config variables.
A group of associated Mailboxes.
Representation of a mailbox.
A local copy of an email.
Dispatcher of functions.
Module API.
API for mx backends.
Container for Accounts, Notifications.
Create Temporary Files.