-
-/*
- * repl.c -- reply to a message
+/* repl.c -- reply to a message
*
* 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/mime.h>
#include <h/utils.h>
+#include "../sbr/m_maildir.h"
#define REPL_SWITCHES \
X("group", 0, GROUPSW) \
nwhat = 0;
continue;
case BILDSW:
- buildsw++; /* fall... */
+ buildsw++;
+ /* FALLTHRU */
case NWHATSW:
nwhat++;
continue;
i = YESW;
break;
default:
- advise (NULL, "say what?");
+ inform("say what?");
break;
}
}