#include <webcit.h>
Data Fields | |
time_t | date |
long | msgnum |
char | from [128] |
char | to [128] |
char | subj [128] |
int | hasattachments |
int | is_new |
Definition at line 299 of file webcit.h.
time_t message_summary::date |
its creation date
Definition at line 300 of file webcit.h.
Referenced by summcmp_date(), and summcmp_rdate().
char message_summary::from[128] |
the author
Definition at line 302 of file webcit.h.
Referenced by summcmp_rsender(), and summcmp_sender().
char message_summary::to[128] |
char message_summary::subj[128] |
the title / subject
Definition at line 304 of file webcit.h.
Referenced by summcmp_rsubj(), and summcmp_subj().