.TH "nm_info" 3 "23 Oct 2003" "libnewmail" \" -*- nroff -*- .ad l .nh .SH NAME nm_info \- A structure for storing information about a mail spool. .SH SYNOPSIS .br .PP \fC#include \fP .PP .SS "Data Fields" .in +1c .ti -1c .RI "char \fBname\fP [NAME_MAX]" .br .RI "\fIName of the mailspool.\fP" .ti -1c .RI "char \fBpath\fP [PATH_MAX]" .br .RI "\fIPath to the configuration file.\fP" .ti -1c .RI "char \fBtype\fP [32]" .br .RI "\fITextual representation of the mail spool type.\fP" .ti -1c .RI "char \fBtext\fP [128]" .br .RI "\fIDescription of the mail spool.\fP" .ti -1c .RI "enum \fBnm_flags\fP \fBflags\fP" .br .RI "\fIFlags describing the the mail spool.\fP" .in -1c .SH "DETAILED DESCRIPTION" .PP A structure for storing information about a mail spool. .PP For usage with \fBnm_info()\fP. .PP \fBExamples: \fP .in +1c .PP \fBnmail-async.c\fP, and \fBnmail.c\fP. .PP Definition at line 123 of file newmail.h. .SH "FIELD DOCUMENTATION" .PP .SS "enum \fBnm_flags\fP nm_info::flags" .PP Flags describing the the mail spool. .PP \fBExamples: \fP .in +1c \fBnmail-async.c\fP, and \fBnmail.c\fP. .PP Definition at line 128 of file newmail.h. .SS "char nm_info::name[NAME_MAX]" .PP Name of the mailspool. .PP \fBExamples: \fP .in +1c \fBnmail-async.c\fP, and \fBnmail.c\fP. .PP Definition at line 124 of file newmail.h. .SS "char nm_info::path[PATH_MAX]" .PP Path to the configuration file. .PP \fBExamples: \fP .in +1c \fBnmail-async.c\fP, and \fBnmail.c\fP. .PP Definition at line 125 of file newmail.h. .SS "char nm_info::text[128]" .PP Description of the mail spool. .PP \fBExamples: \fP .in +1c \fBnmail-async.c\fP, and \fBnmail.c\fP. .PP Definition at line 127 of file newmail.h. .SS "char nm_info::type[32]" .PP Textual representation of the mail spool type. .PP \fBExamples: \fP .in +1c \fBnmail-async.c\fP, and \fBnmail.c\fP. .PP Definition at line 126 of file newmail.h. .SH "AUTHOR" .PP Generated automatically by Doxygen for libnewmail from the source code.