* Removed some temporary diagnostics that had been left in serv_sieve.c
[citadel.git] / citadel / include / dtds / user-defs.h
blob0a9e9bda7a17706f497a2ca94ceb43bee9aa5ec7
1 /* User record */
3 INTEGER(version); /* Cit vers. which created this rec */
4 UID_T(uid); /* Associate with a unix account? */
5 STRING_BUF(password,32); /* password (for Citadel-only users)*/
6 UNSIGNED(flags); /* See US_ flags below TODO: is this really the same? */
7 LONG(timescalled); /* Total number of logins */
8 LONG(posted); /* Number of messages posted (ever) */
9 UINT8(axlevel); /* Access level */
10 LONG(usernum); /* User number (never recycled) */
11 TIME(lastcall); /* Last time the user called */
12 INTEGER(USuserpurge); /* Purge time (in days) for user */
13 STRING_BUF(fullname,64); /* Name for Citadel messages & mail */
14 UINT8(USscreenwidth); /* Screen width (for textmode users)*/
15 UINT8(USscreenheight); /* Screen height(for textmode users)*/