NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
43
44#ifndef MUTT_MAILDIR_LIB_H
45#define MUTT_MAILDIR_LIB_H
46
47#include "core/lib.h"
48
49extern const struct MxOps MxMaildirOps;
50
51#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:87