#include <mail.h>
Collaboration diagram for mail:
Data Fields | |
mail * | next |
mail * | prev |
dbref | to |
dbref | from |
int | number |
const char * | time |
const char * | subject |
const char * | tolist |
int | read |
Definition at line 64 of file mail.h.
Definition at line 68 of file mail.h.
Referenced by do_mail_fwd(), do_mail_list(), do_mail_read(), do_mail_retract(), do_mail_review(), do_mail_stats(), dump_mail(), fun_mailfrom(), load_mail(), mail_match(), make_numlist(), and send_mail().
struct mail* mail::next |
Definition at line 65 of file mail.h.
Referenced by check_mail_expiration(), count_mail(), do_mail_debug(), do_mail_file(), do_mail_flags(), do_mail_list(), do_mail_nuke(), do_mail_purge(), do_mail_read(), do_mail_retract(), do_mail_review(), dump_mail(), fun_empty(), fun_pop(), load_mail(), mail_fetch(), send_mail(), and urgent_mail().
int mail::number |
Definition at line 69 of file mail.h.
Referenced by check_mail_expiration(), do_mail_fwd(), do_mail_list(), do_mail_nuke(), do_mail_read(), do_mail_retract(), do_mail_review(), do_mail_stats(), dump_mail(), fun_mail(), load_mail(), and send_mail().
struct mail* mail::prev |
Definition at line 66 of file mail.h.
Referenced by check_mail_expiration(), do_mail_retract(), fun_foreach(), fun_pop(), load_mail(), and send_mail().
int mail::read |
Definition at line 73 of file mail.h.
Referenced by do_mail_file(), do_mail_flags(), do_mail_read(), dump_mail(), load_mail(), mail_match(), and send_mail().
const char* mail::subject |
Definition at line 71 of file mail.h.
Referenced by check_mail_expiration(), do_mail_fwd(), do_mail_list(), do_mail_nuke(), do_mail_read(), do_mail_retract(), do_mail_review(), dump_mail(), load_mail(), and send_mail().
const char* mail::time |
Definition at line 70 of file mail.h.
Referenced by check_mail_expiration(), do_mail_list(), do_mail_nuke(), do_mail_read(), do_mail_retract(), do_mail_review(), do_mail_stats(), dump_mail(), load_mail(), mail_match(), and send_mail().
Definition at line 67 of file mail.h.
Referenced by check_mail_expiration(), do_mail_stats(), dump_mail(), load_mail(), and send_mail().
const char* mail::tolist |
Definition at line 72 of file mail.h.
Referenced by check_mail_expiration(), do_mail_nuke(), do_mail_read(), do_mail_retract(), dump_mail(), load_mail(), mail_to_list(), and send_mail().