Struct

CamelFIRecord

since: 2.24

Description [src]

struct CamelFIRecord {
  gchar* folder_name;
  guint32 version;
  guint32 flags;
  guint32 nextuid;
  gint64 timestamp;
  guint32 saved_count;
  guint32 unread_count;
  guint32 deleted_count;
  guint32 junk_count;
  guint32 visible_count;
  guint32 jnd_count;
  gchar* bdata;
}

Values to store/load for single folder’s CamelFolderSummary structure.

Structure members
folder_name

Name of the folder.

version

Version of the saved information.

flags

Folder flags.

nextuid

Next free uid.

timestamp

Timestamp of the summary.

saved_count

Count of all messages.

unread_count

Count of unread messages.

deleted_count

Count of deleted messages.

junk_count

Count of junk messages.

visible_count

Count of visible (not deleted and not junk) messages.

jnd_count

Count of junk and not deleted messages.

bdata

Custom data of the CamelFolderSummary descendants.

Available since: 2.24