Convenience wrapper for the core headers.
@ MUTT_MAILDIR
'Maildir' Mailbox type
void maildir_mdata_free(void **ptr)
Free the private Mailbox data - Implements Mailbox::mdata_free() -.
struct MaildirMboxData * maildir_mdata_get(struct Mailbox *m)
Get the private data for this Mailbox.
struct MaildirMboxData * maildir_mdata_new(void)
Create a new MaildirMboxData object.
void * mutt_mem_calloc(size_t nmemb, size_t size)
Allocate zeroed memory on the heap.
Convenience wrapper for the library headers.
Notmuch-specific Mailbox data.
enum MailboxType type
Mailbox type.
void * mdata
Driver specific data.
Maildir-specific Mailbox data -.