From: Rocco Rutte Date: Thu, 29 Mar 2007 22:53:35 +0000 (-0700) Subject: f=f handler: Re-add space between quotes and text X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6013cc48f6bce56abf72ceb2f1fd80e33b7d3cb;p=neomutt f=f handler: Re-add space between quotes and text --- diff --git a/rfc3676.c b/rfc3676.c index 78849c318..992bb47a6 100644 --- a/rfc3676.c +++ b/rfc3676.c @@ -129,6 +129,8 @@ static void print_flowed_line (const char *line, STATE *s, int ql) } print_indent (ql, s); + if (ql > 0 || s->prefix) + state_putc (' ', s); state_puts (oldpos, s); if (pos < line + len)