Main Page   Data Structures   File List   Data Fields   Globals   Examples  

nm_info Struct Reference

A structure for storing information about a mail spool. More...

#include <newmail.h>


Data Fields

char name [NAME_MAX]
 Name of the mailspool.

char path [PATH_MAX]
 Path to the configuration file.

char type [32]
 Textual representation of the mail spool type.

char text [128]
 Description of the mail spool.

enum nm_flags flags
 Flags describing the the mail spool.


Detailed Description

A structure for storing information about a mail spool.

For usage with nm_info().

Examples:

nmail-async.c, and nmail.c.

Definition at line 123 of file newmail.h.


Field Documentation

enum nm_flags nm_info::flags
 

Flags describing the the mail spool.

Examples:
nmail-async.c, and nmail.c.

Definition at line 128 of file newmail.h.

char nm_info::name[NAME_MAX]
 

Name of the mailspool.

Examples:
nmail-async.c, and nmail.c.

Definition at line 124 of file newmail.h.

char nm_info::path[PATH_MAX]
 

Path to the configuration file.

Examples:
nmail-async.c, and nmail.c.

Definition at line 125 of file newmail.h.

char nm_info::text[128]
 

Description of the mail spool.

Examples:
nmail-async.c, and nmail.c.

Definition at line 127 of file newmail.h.

char nm_info::type[32]
 

Textual representation of the mail spool type.

Examples:
nmail-async.c, and nmail.c.

Definition at line 126 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