- /* indent empty lines */
- *sofar = print_indent (ql, s, ql > 0 || s->prefix);
+ dprint(4,(debugfile,"f=f: break line at %d, %d spaces left\n",
+ fst->width, fst->spaces));
+ /* only honor trailing spaces for format=flowed replies */
+ if (option(OPTTEXTFLOWED))
+ for ( ; fst->spaces; fst->spaces--)
+ state_putc (' ', s);
+ state_putc ('\n', s);
+ fst->width = 0;
+ fst->spaces = 0;