* This has the side effect of stripping off the final newline
* for the header; we put it back in the encoding routine.
*/
- while (is_fws(*q++))
- ;
+ while (is_fws(*q))
+ q++;
if (*q == '\0')
break;
*/
if (groupflag && ! mn->m_ingrp) {
- output = add("; ", output);
- column += 2;
+ output = add(";", output);
+ column += 1;
}
groupflag = mn->m_ingrp;