message_summary Struct Reference

message summary structure. ??? More...

#include <webcit.h>


Data Fields

time_t date
long msgnum
char from [128]
char to [128]
char subj [128]
int hasattachments
int is_new


Detailed Description

message summary structure. ???

Definition at line 299 of file webcit.h.


Field Documentation

time_t message_summary::date

its creation date

Definition at line 300 of file webcit.h.

Referenced by summcmp_date(), and summcmp_rdate().

long message_summary::msgnum

the message number on the citadel server

Definition at line 301 of file webcit.h.

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]

the recipient

Definition at line 303 of file webcit.h.

char message_summary::subj[128]

the title / subject

Definition at line 304 of file webcit.h.

Referenced by summcmp_rsubj(), and summcmp_subj().

int message_summary::hasattachments

does it have atachments?

Definition at line 305 of file webcit.h.

int message_summary::is_new

is it yet read?

Definition at line 306 of file webcit.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 20 23:13:15 2007 for webcit by  doxygen 1.5.2