NeoMutt  2023-05-17-56-ga67199
Teaching an old dog new tricks
DOXYGEN
lib.h
Go to the documentation of this file.
1
37#ifndef MUTT_CORE_LIB_H
38#define MUTT_CORE_LIB_H
39
40// IWYU pragma: begin_exports
41#include "account.h"
42#include "command.h"
43#include "dispatcher.h"
44#include "mailbox.h"
45#include "mxapi.h"
46#include "neomutt.h"
47#include "tmp.h"
48// IWYU pragma: end_exports
49
50#endif /* MUTT_CORE_LIB_H */
A group of associated Mailboxes.
NeoMutt commands API.
Dispatcher of functions.
Representation of a mailbox.
API for mx backends.
Container for Accounts, Notifications.
Create Temporary Files.