Per-user, per-club message reading state.
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).