]> granicus.if.org Git - neomutt/commitdiff
f=f handler: Re-add space between quotes and text
authorRocco Rutte <pdmef@gmx.net>
Thu, 29 Mar 2007 22:53:35 +0000 (15:53 -0700)
committerRocco Rutte <pdmef@gmx.net>
Thu, 29 Mar 2007 22:53:35 +0000 (15:53 -0700)
rfc3676.c

index 78849c3181a6b668be57973ab8b9e904d5ed29d7..992bb47a62967a10f3801a920be54a6a5751ef2f 100644 (file)
--- 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)