NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
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.
 
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 ConfigSubsetsub
 Inherited config items.
 
struct MailboxList mailboxes
 List of Mailboxes.
 
struct Notifynotify
 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.
 

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: