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