From: Thomas Roessler Date: Sat, 12 May 2001 05:49:31 +0000 (+0000) Subject: Undo one of yesterday's aesthetical changes. X-Git-Tag: mutt-1-3-19-rel~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=591f9cb4185c1e266c55a6af4270c6f5bc491b32;p=mutt Undo one of yesterday's aesthetical changes. --- diff --git a/handler.c b/handler.c index 32939f3a..33de4e93 100644 --- a/handler.c +++ b/handler.c @@ -908,8 +908,6 @@ static void flowed_quote (STATE *s, int level) for (i = 0; i < level; i++) state_putc ('>', s); - if ((s->flags & M_DISPLAY) && level) - state_putc (' ', s); } static int flowed_maybe_quoted (char *cont)