Notmuch-specific Account data -. More...
#include "adata.h"
Data Fields | |
notmuch_database_t * | db |
Connection to Notmuch database. More... | |
bool | longrun: 1 |
A long-lived action is in progress. More... | |
bool | trans: 1 |
Atomic transaction in progress. More... | |
![]() | |
enum MailboxType | type |
Type of Mailboxes this Account contains. More... | |
char * | name |
Name of Account. More... | |
struct ConfigSubset * | sub |
Inherited config items. More... | |
struct MailboxList | mailboxes |
List of Mailboxes. More... | |
struct Notify * | notify |
Notifications: NotifyAccount, EventAccount. More... | |
void * | adata |
Private data (for Mailbox backends) More... | |
void(* | adata_free )(void **ptr) |
Free the private data attached to the Account. More... | |
Additional Inherited Members | |
![]() | |
TAILQ_ENTRY (Account) entries | |
Linked list of Accounts. More... | |
notmuch_database_t* NmAccountData::db |
Connection to Notmuch database.
bool NmAccountData::longrun |