-
-/*
- * anno.c -- annotate messages
+/* anno.c -- annotate messages
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
#include <h/mh.h>
#include <h/utils.h>
+#include "../sbr/m_maildir.h"
#define ANNO_SWITCHES \
X("component field", 0, COMPSW) \
number = -1;
else if (!(number = atoi(*argp)))
- adios (NULL, "missing argument to %s", argp[-2]);
+ adios (NULL, "missing argument to %s", argp[-1]);
argp++;
}