-/*
- * Routines to encode message headers using RFC 2047-encoding.
+/* encode_rfc2047.c -- encode message headers using RFC 2047 encoding.
*
* This code is Copyright (c) 2002, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
if (q == NULL) {
/* This should never happen, but just in case. Found by
clang static analyzer. */
- admonish (NULL, "null output encoding for %s", *value);
+ inform("null output encoding for %s, continuing...", *value);
return 1;
}
*q++ = '?';
if (groupflag && ! mn->m_ingrp) {
output = add(";", output);
- column += 1;
+ column++;
}
groupflag = mn->m_ingrp;