Browser entry representing a folder/dir. More...
#include "lib.h"
Data Fields | |
mode_t | mode |
File permissions. More... | |
off_t | size |
File size. More... | |
time_t | mtime |
Modification time. More... | |
uid_t | uid |
File's User ID. More... | |
gid_t | gid |
File's Group ID. More... | |
nlink_t | nlink |
Number of hard links. More... | |
char * | name |
Name of file/dir/mailbox. More... | |
char * | desc |
Description of mailbox. More... | |
bool | has_new_mail |
true if mailbox has "new mail" More... | |
int | msg_count |
total number of messages More... | |
int | msg_unread |
number of unread messages More... | |
char | delim |
Path delimiter. More... | |
bool | imap: 1 |
This is an IMAP folder. More... | |
bool | selectable: 1 |
Folder can be selected. More... | |
bool | inferiors: 1 |
Folder has children. More... | |
bool | has_mailbox: 1 |
This is a mailbox. More... | |
bool | __pad0__: 1 |
Folder is on local filesystem. More... | |
bool | tagged: 1 |
Folder is tagged. More... | |
struct NntpMboxData * | nd |
Extra NNTP data. More... | |
int | gen |
Unique id, used for (un)sorting. More... | |
struct NntpMboxData* FolderFile::nd |