[PATCH (corrected)] f=f handler: Re-add space between quotes and text
---
This differs from the last patch that it doesn't add the space when
making up replies, i.e. it does it for display only. The original
version I dropped the spaces from had this, too.
rfc3676.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/rfc3676.c b/rfc3676.c
index 78849c3..8fdd250 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 (!(s->flags & M_REPLYING) && (ql > 0 || s->prefix))
+ state_putc (' ', s);
state_puts (oldpos, s);
if (pos < line + len)
--
1.5.0.4.1009.g31b4