Main Page   Data Structures   File List   Data Fields   Globals  

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().


Field Documentation

enum nm_flags nm_info::flags
 

Flags describing the the mail spool.

char nm_info::name[NAME_MAX]
 

Name of the mailspool.

char nm_info::path[PATH_MAX]
 

Path to the configuration file.

char nm_info::text[128]
 

Description of the mail spool.

char nm_info::type[32]
 

Textual representation of the mail spool type.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 5 09:27:46 2003 for libnewmail by doxygen1.2.18