*/ \
X("build", -5, BUILDSW) \
X("nobuild", -7, NBUILDSW) \
- X("rfc934mode", -10, RFC934SW) \
- X("norfc934mode", -12, NRFC934SW) \
+ X("rfc934mode", 0, RFC934SW) \
+ X("norfc934mode", 0, NRFC934SW) \
#define X(sw, minchars, id) id,
DEFINE_SWITCH_ENUM(MHN);
* Show the message content
*/
if (showsw)
- show_all_messages (cts, 0, 0, 0, NULL);
+ show_all_messages (cts, 0, 0, 0);
/* Now free all the structures for the content */
for (ctp = cts; *ctp; ctp++)