#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. | |
For usage with nm_info().
nmail-async.c, and nmail.c.
Definition at line 123 of file newmail.h.
|
|
Flags describing the the mail spool.
|
|
|
Name of the mailspool.
|
|
|
Path to the configuration file.
|
|
|
Description of the mail spool.
|
|
|
Textual representation of the mail spool type.
|
1.2.18