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 */
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.
API for mx backends.
Container for Accounts, Notifications.
Create Temporary Files.