Mbox-specific Account data -. More...
#include "lib.h"
Data Fields | |
| FILE * | fp |
| Mailbox file. | |
| struct timespec | mtime |
| Time Mailbox was last changed. | |
| struct timespec | atime |
| File's last-access time. | |
| struct timespec | stats_last_checked |
| Mtime of mailbox the last time stats where checked. | |
| bool | locked: 1 |
| is the mailbox locked? | |
| bool | append: 1 |
| mailbox is opened in append mode | |
| 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 MailboxArray | mailboxes |
| All Mailboxes. | |
| struct Notify * | notify |
| Notifications: NotifyAccount, EventAccount. | |
| void * | adata |
| Private data (for Mailbox backends). | |
| void(* | adata_free )(void **ptr) |
| struct timespec MboxAccountData::mtime |
| struct timespec MboxAccountData::atime |
| struct timespec MboxAccountData::stats_last_checked |