Flags used to store state with respect to public mail reading.
Here are the available flags:
- LRF_QUICKSCAN
- The club is in this user's quickscan list. I will be scanned automatically for new messages, along with the other quickscanned clubs.
- LRF_INQWK
- Similarly, club is included in this user's off-line mail packets.
- LRF_DELETED
- Last-read blocks are stored in sparse arrays (I'm lazy). When a last-read block is deleted, this flag is set. The next addition of a last-read block will overwrite the first entry with the LRF_DELETED flag set.
- LRF_INITQWK
- Buggered if I know.