NeoMutt  2023-05-17-33-gce4425
Teaching an old dog new tricks
DOXYGEN
NmAccountData Struct Reference

Notmuch-specific Account data -. More...

#include "adata.h"

+ Inheritance diagram for NmAccountData:
+ Collaboration diagram for NmAccountData:

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...
 
- Data Fields inherited from Account
enum MailboxType type
 Type of Mailboxes this Account contains. More...
 
char * name
 Name of Account. More...
 
struct ConfigSubsetsub
 Inherited config items. More...
 
struct MailboxList mailboxes
 List of Mailboxes. More...
 
struct Notifynotify
 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

- Public Member Functions inherited from Account
 TAILQ_ENTRY (Account) entries
 Linked list of Accounts. More...
 

Detailed Description

Notmuch-specific Account data -.

Definition at line 34 of file adata.h.

Field Documentation

◆ db

notmuch_database_t* NmAccountData::db

Connection to Notmuch database.

Definition at line 36 of file adata.h.

◆ longrun

bool NmAccountData::longrun

A long-lived action is in progress.

Definition at line 37 of file adata.h.

◆ trans

bool NmAccountData::trans

Atomic transaction in progress.

Definition at line 38 of file adata.h.


The documentation for this struct was generated from the following file: