* option is specified, only the last path name component of each field
* body is output. The entire field body is output if the -text option
* is used; the contents of the -text argument are ignored. If the -list
* option is specified, only the last path name component of each field
* body is output. The entire field body is output if the -text option
* is used; the contents of the -text argument are ignored. If the -list
* below, each line is numbered starting with 1. A tab separates the
* number from the field body.
*
* below, each line is numbered starting with 1. A tab separates the
* number from the field body.
*
struct msgs *mp;
int append = 0; /* append annotations instead of default prepend */
int delete = -2; /* delete header element if set */
struct msgs *mp;
int append = 0; /* append annotations instead of default prepend */
int delete = -2; /* delete header element if set */
int isdf = 0; /* return needed for m_draft() */
int list = 0; /* list header elements if set */
int number = 0; /* delete specific number of like elements if set */
int isdf = 0; /* return needed for m_draft() */
int list = 0; /* list header elements if set */
int number = 0; /* delete specific number of like elements if set */
arguments = getarguments (invo_name, argc, argv, 1);
argp = arguments;
arguments = getarguments (invo_name, argc, argv, 1);
argp = arguments;
- draft = getcpy(m_draft(folder, (char *)0, 1, &isdf));
+ draft = getcpy(m_draft(folder, NULL, 1, &isdf));
adios (maildir, "unable to change directory to");
/* read folder and create message structure */
adios (maildir, "unable to change directory to");
/* read folder and create message structure */
adios (NULL, "unable to read folder %s", folder);
/* check for empty folder */
adios (NULL, "unable to read folder %s", folder);
/* check for empty folder */
adios (NULL, "null component name");
if (**ap == '-')
adios (NULL, "invalid component name %s", *ap);
adios (NULL, "null component name");
if (**ap == '-')
adios (NULL, "invalid component name %s", *ap);