In file mail.h:

struct emailuser

Preferences for the private mail reader

[more]char forwardto[24]
Auto-forward recipient.
[more]uint32 flags
Mail flags (ECF_x flags)
[more]uint32 prefs
User preferences (ECP_x flags)
[more]uint32 lastemailread
Last email read (maximum msg number)
[more]uint32 lastemailqwk
Last email downloaded (max msg num)
[more]uint32 magic
Magic number (EMAILUSER_MAGIC)


Documentation

Preferences for the private mail reader

This structure holds per-user personal preferences (and other state) used by the private mail reader.

forwardto
Defines recipient user ID for autoforwarding. Please not that only BBS users can be recipients. Clubs and RFC-822 email addresses aren't valid. Set to the user's own user ID to disable auto-forwarding.

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

prefs
User preferences, in the form of a set of ECP_x flags.

lastmailread
The maximum number of any private message read.

lastemailqwk
The maximum number of any private message inserted into an off-line mail packet.

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

dummy
Reserved for future expansion.

ochar forwardto[24]
Auto-forward recipient.

ouint32 flags
Mail flags (ECF_x flags)

ouint32 prefs
User preferences (ECP_x flags)

ouint32 lastemailread
Last email read (maximum msg number)

ouint32 lastemailqwk
Last email downloaded (max msg num)

ouint32 magic
Magic number (EMAILUSER_MAGIC)

Alphabetic index



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