NeoMutt  2025-09-05-43-g177ed6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
37
38#ifndef MUTT_MH_LIB_H
39#define MUTT_MH_LIB_H
40
41#include "core/lib.h"
42
43extern const struct MxOps MxMhOps;
44
45#endif /* MUTT_MH_LIB_H */
Convenience wrapper for the core headers.
const struct MxOps MxMhOps
MH Mailbox - Implements MxOps -.
Definition mh.c:1237
Definition mxapi.h:88