NeoMutt  2023-05-17-56-ga67199
Teaching an old dog new tricks
DOXYGEN
MboxAccountData Struct Reference

Mbox-specific Account data -. More...

#include "lib.h"

+ Inheritance diagram for MboxAccountData:
+ Collaboration diagram for MboxAccountData:

Data Fields

FILE * fp
 Mailbox file. More...
 
struct timespec atime
 File's last-access time. More...
 
struct timespec stats_last_checked
 Mtime of mailbox the last time stats where checked. More...
 
bool locked: 1
 is the mailbox locked? More...
 
bool append: 1
 mailbox is opened in append mode 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

Mbox-specific Account data -.

Definition at line 48 of file lib.h.

Field Documentation

◆ fp

FILE* MboxAccountData::fp

Mailbox file.

Definition at line 50 of file lib.h.

◆ atime

struct timespec MboxAccountData::atime

File's last-access time.

Definition at line 51 of file lib.h.

◆ stats_last_checked

struct timespec MboxAccountData::stats_last_checked

Mtime of mailbox the last time stats where checked.

Definition at line 52 of file lib.h.

◆ locked

bool MboxAccountData::locked

is the mailbox locked?

Definition at line 54 of file lib.h.

◆ append

bool MboxAccountData::append

mailbox is opened in append mode

Definition at line 55 of file lib.h.


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