23#ifndef MUTT_NOTMUCH_ADATA_H
24#define MUTT_NOTMUCH_ADATA_H
36 notmuch_database_t *
db;
void nm_adata_free(void **ptr)
Free the private Account data - Implements Account::adata_free() -.
struct NmAccountData * nm_adata_new(void)
Allocate and initialise a new NmAccountData structure.
struct NmAccountData * nm_adata_get(struct Mailbox *m)
Get the Notmuch Account data.
Notmuch-specific Account data -.
bool longrun
A long-lived action is in progress.
notmuch_database_t * db
Connection to Notmuch database.
bool trans
Atomic transaction in progress.