From: Rocco Rutte Date: Thu, 4 Jun 2009 15:07:35 +0000 (+0200) Subject: Fix pretty quoting for f=f by resetting space count when flushing paragraph X-Git-Tag: neomutt-20160307~601^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7d70f7ac657df1e9f0cec8f6b89363f0e67ba85;p=neomutt Fix pretty quoting for f=f by resetting space count when flushing paragraph --- diff --git a/rfc3676.c b/rfc3676.c index 21d8417bd..40a9dd66f 100644 --- a/rfc3676.c +++ b/rfc3676.c @@ -92,6 +92,7 @@ static void flush_par (STATE *s, flowed_state_t *fst) state_putc ('\n', s); fst->width = 0; } + fst->spaces = 0; } static int quote_width (STATE *s, int ql)