-
-/*
- * 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
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;
}
}
fclose (in);
{
- char *filename = concat (mp->foldpath, "/", msg, NULL);
+ char *filename = file ? file : concat (mp->foldpath, "/", msg, NULL);
for (n = 0; n < svector_size (convert_types); ++n) {
add_convert_header (svector_at (convert_types, n),
svector_at (convert_args, n),
filename, drft);
}
- free (filename);
+ if (! file) {
+ free (filename);
+ }
}
if (nwhat)