Convenience wrapper for the core headers.
@ MUTT_MH
'MH' Mailbox type
void mh_mdata_free(void **ptr)
Free the private Mailbox data - Implements Mailbox::mdata_free() -.
void * mutt_mem_calloc(size_t nmemb, size_t size)
Allocate zeroed memory on the heap.
struct MhMboxData * mh_mdata_get(struct Mailbox *m)
Get the private data for this Mailbox.
struct MhMboxData * mh_mdata_new(void)
Create a new MhMboxData object.
Convenience wrapper for the library headers.
Notmuch-specific Mailbox data.
enum MailboxType type
Mailbox type.
void * mdata
Driver specific data.
Mh-specific Mailbox data -.