.TH "nm_status" 3 "23 Oct 2003" "libnewmail" \" -*- nroff -*- .ad l .nh .SH NAME nm_status \- A structure describing a mail spool status. .SH SYNOPSIS .br .PP \fC#include \fP .PP .SS "Data Fields" .in +1c .ti -1c .RI "int \fBcur\fP" .br .RI "\fIThe number of total mails available if the query was issued with NM_QUERY_NCUR or a boolean value if NM_QUERY_CUR was set.\fP" .ti -1c .RI "int \fBnew\fP" .br .RI "\fIThe number of unread mails available if the query was issued with NM_QUERY_NNEW or a boolean value if NM_QUERY_NEW was set.\fP" .in -1c .SH "DETAILED DESCRIPTION" .PP A structure describing a mail spool status. .PP \fBExamples: \fP .in +1c .PP \fBeasy.c\fP, \fBnm-spoolhack.c\fP, \fBnmail-async.c\fP, and \fBnmail.c\fP. .PP Definition at line 116 of file newmail.h. .SH "FIELD DOCUMENTATION" .PP .SS "int nm_status::cur" .PP The number of total mails available if the query was issued with NM_QUERY_NCUR or a boolean value if NM_QUERY_CUR was set. .PP \fBExamples: \fP .in +1c \fBeasy.c\fP, \fBnm-spoolhack.c\fP, \fBnmail-async.c\fP, and \fBnmail.c\fP. .PP Definition at line 117 of file newmail.h. .SS "int nm_status::new" .PP The number of unread mails available if the query was issued with NM_QUERY_NNEW or a boolean value if NM_QUERY_NEW was set. .PP \fBExamples: \fP .in +1c \fBeasy.c\fP, \fBnm-spoolhack.c\fP, \fBnmail-async.c\fP, and \fBnmail.c\fP. .PP Definition at line 118 of file newmail.h. .SH "AUTHOR" .PP Generated automatically by Doxygen for libnewmail from the source code.