NeoMutt  2023-03-22-27-g3cb248
Teaching an old dog new tricks
DOXYGEN
NntpMboxData Struct Reference

NNTP-specific Mailbox data -. More...

#include "mdata.h"

+ Inheritance diagram for NntpMboxData:
+ Collaboration diagram for NntpMboxData:

Data Fields

char * group
 Name of newsgroup. More...
 
char * desc
 Description of newsgroup. More...
 
anum_t first_message
 
anum_t last_message
 
anum_t last_loaded
 
anum_t last_cached
 
anum_t unread
 
bool subscribed: 1
 
bool has_new_mail: 1
 
bool allowed: 1
 
bool deleted: 1
 
unsigned int newsrc_len
 
struct NewsrcEntrynewsrc_ent
 
struct NntpAccountDataadata
 
struct NntpAcache acache [NNTP_ACACHE_LEN]
 
struct BodyCachebcache
 
- Data Fields inherited from Mailbox
struct Buffer pathbuf
 Path of the Mailbox. More...
 
char * realpath
 Used for duplicate detection, context comparison, and the sidebar. More...
 
char * name
 A short name for the Mailbox. More...
 
struct ConfigSubsetsub
 Inherited config items. More...
 
off_t size
 Size of the Mailbox. More...
 
bool has_new
 Mailbox has new mail. More...
 
int msg_count
 Total number of messages. More...
 
int msg_unread
 Number of unread messages. More...
 
int msg_flagged
 Number of flagged messages. More...
 
int msg_new
 Number of new messages. More...
 
int msg_deleted
 Number of deleted messages. More...
 
int msg_tagged
 How many messages are tagged? More...
 
struct Email ** emails
 Array of Emails. More...
 
int email_max
 Number of pointers in emails. More...
 
int * v2r
 Mapping from virtual to real msgno. More...
 
int vcount
 The number of virtual messages. More...
 
bool notified
 User has been notified. More...
 
enum MailboxType type
 Mailbox type. More...
 
bool newly_created
 Mbox or mmdf just popped into existence. More...
 
struct timespec mtime
 Time Mailbox was last changed. More...
 
struct timespec last_visited
 Time of last exit from this mailbox. More...
 
const struct MxOpsmx_ops
 MXAPI callback functions. More...
 
bool append: 1
 Mailbox is opened in append mode. More...
 
bool changed: 1
 Mailbox has been modified. More...
 
bool dontwrite: 1
 Don't write the mailbox on close. More...
 
bool first_check_stats_done: 1
 True when the check have been done at least on time. More...
 
bool peekonly: 1
 Just taking a glance, revert atime. More...
 
bool verbose: 1
 Display status messages? More...
 
bool readonly: 1
 Don't allow changes to the mailbox. More...
 
AclFlags rights
 ACL bits, see AclFlags. More...
 
void * compress_info
 Compressed mbox module private data. More...
 
struct HashTableid_hash
 Hash Table by msg id. More...
 
struct HashTablesubj_hash
 Hash Table by subject. More...
 
struct HashTablelabel_hash
 Hash Table for x-labels. More...
 
struct Accountaccount
 Account that owns this Mailbox. More...
 
int opened
 Number of times mailbox is opened. More...
 
bool visible
 True if a result of "mailboxes". More...
 
void * mdata
 Driver specific data. More...
 
void(* mdata_free )(void **ptr)
 Free the private data attached to the Mailbox. More...
 
struct Notifynotify
 Notifications: NotifyMailbox, EventMailbox. More...
 
int gen
 Generation number, for sorting. More...
 

Detailed Description

NNTP-specific Mailbox data -.

Definition at line 32 of file mdata.h.

Field Documentation

◆ group

char* NntpMboxData::group

Name of newsgroup.

Definition at line 34 of file mdata.h.

◆ desc

char* NntpMboxData::desc

Description of newsgroup.

Definition at line 35 of file mdata.h.

◆ first_message

anum_t NntpMboxData::first_message

Definition at line 36 of file mdata.h.

◆ last_message

anum_t NntpMboxData::last_message

Definition at line 37 of file mdata.h.

◆ last_loaded

anum_t NntpMboxData::last_loaded

Definition at line 38 of file mdata.h.

◆ last_cached

anum_t NntpMboxData::last_cached

Definition at line 39 of file mdata.h.

◆ unread

anum_t NntpMboxData::unread

Definition at line 40 of file mdata.h.

◆ subscribed

bool NntpMboxData::subscribed

Definition at line 41 of file mdata.h.

◆ has_new_mail

bool NntpMboxData::has_new_mail

Definition at line 42 of file mdata.h.

◆ allowed

bool NntpMboxData::allowed

Definition at line 43 of file mdata.h.

◆ deleted

bool NntpMboxData::deleted

Definition at line 44 of file mdata.h.

◆ newsrc_len

unsigned int NntpMboxData::newsrc_len

Definition at line 45 of file mdata.h.

◆ newsrc_ent

struct NewsrcEntry* NntpMboxData::newsrc_ent

Definition at line 46 of file mdata.h.

◆ adata

struct NntpAccountData* NntpMboxData::adata

Definition at line 47 of file mdata.h.

◆ acache

struct NntpAcache NntpMboxData::acache[NNTP_ACACHE_LEN]

Definition at line 48 of file mdata.h.

◆ bcache

struct BodyCache* NntpMboxData::bcache

Definition at line 49 of file mdata.h.


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