NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
43#ifndef MUTT_MAILDIR_LIB_H
44#define MUTT_MAILDIR_LIB_H
45
46#include "core/lib.h"
47
48extern const struct MxOps MxMaildirOps;
49
50#endif /* MUTT_MAILDIR_LIB_H */
Convenience wrapper for the core headers.
const struct MxOps MxMaildirOps
Maildir Mailbox - Implements MxOps -.
Definition: maildir.c:44
Definition: mxapi.h:91