-
-/*
- * mhoutsbr.c -- routines to output MIME messages
+/* mhoutsbr.c -- routines to output MIME messages
* -- given a Content structure
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
putc ('\n', out);
result = write8Bit (ct, out);
} else {
- advise (NULL, "can't handle binary transfer encoding in content");
+ inform("can't handle binary transfer encoding in content");
result = NOTOK;
}
break;
default:
- advise (NULL, "unknown transfer encoding in content");
+ inform("unknown transfer encoding in content");
result = NOTOK;
break;
}