FS-6168 --resolve

This commit is contained in:
Anthony Minessale 2014-02-28 23:30:42 +05:00
parent b82df8a7da
commit 55901ae0f1
1 changed files with 1 additions and 1 deletions

View File

@ -1680,7 +1680,7 @@ size_t msg_header_prepare(msg_mclass_t const *mc, int flags,
n += m;
if (hc->hc_name) {
if (!comma_list || !next || next == *return_next)
if (!hc->hc_name[0] || !comma_list || !next || next == *return_next)
s = CRLF, m = 2;
/* Else encode continuation */
else if (compact)