Main Page   Data Structures   File List   Data Fields   Globals   Examples  

nm_status Struct Reference

A structure describing a mail spool status. More...

#include <newmail.h>


Data Fields

int cur
 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.

int new
 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.


Detailed Description

A structure describing a mail spool status.
Examples:

easy.c, nm-spoolhack.c, nmail-async.c, and nmail.c.

Definition at line 116 of file newmail.h.


Field Documentation

int nm_status::cur
 

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.

Examples:
easy.c, nm-spoolhack.c, nmail-async.c, and nmail.c.

Definition at line 117 of file newmail.h.

int nm_status::new
 

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.

Examples:
easy.c, nm-spoolhack.c, nmail-async.c, and nmail.c.

Definition at line 118 of file newmail.h.


The documentation for this struct was generated from the following file:
Generated on Thu Oct 23 01:52:10 2003 for libnewmail by doxygen1.2.18