In file mail.h:

struct lastread

Per-user, per-club message reading state.

[more]char club[16]
Club to which preferences apply
[more]uint32 lastmsg
Last message read in club
[more]uint32 flags
Last-read flags (LRF_x)
[more]uint32 emllast
Last club message read from Email module
[more]int32 entrymsg
General purpose temporary field
[more]uint32 qwklast
Last message downloaded in msg packet
[more]uint32 magic
Magic number (LASTREAD_MAGIC)
[more]char dummy[4]
Reserved space


Documentation

Per-user, per-club message reading state.

This structure holds per-user, per-club preferences and state used by the public message reader (the Clubs module).

club
Name of club this structure applies to.

lastmsg
The maximum number of any public message read (in club).

flags
State-saving flags, in the form of a set of LRF_x flags.

emllast
Like lastmsg, but used by the Email reader (don't ask, it's messy).

entrymsg
General-purpose temporary variable.

qwklast
Like lastmsg, but used by the off-line mailer.

magic
A magic number used to detect corrupted structures. This should be set to EMAILUSER_MAGIC.

dummy
Reserved for future expansion (not much of it, mind).

ochar club[16]
Club to which preferences apply

ouint32 lastmsg
Last message read in club

ouint32 flags
Last-read flags (LRF_x)

ouint32 emllast
Last club message read from Email module

oint32 entrymsg
General purpose temporary field

ouint32 qwklast
Last message downloaded in msg packet

ouint32 magic
Magic number (LASTREAD_MAGIC)

ochar dummy[4]
Reserved space

Alphabetic index



This page was generated with the help of DOC++.