]> granicus.if.org Git - mutt/commitdiff
Undo one of yesterday's aesthetical changes.
authorThomas Roessler <roessler@does-not-exist.org>
Sat, 12 May 2001 05:49:31 +0000 (05:49 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sat, 12 May 2001 05:49:31 +0000 (05:49 +0000)
handler.c

index 32939f3a130b0824e590285339627dc63f3f524b..33de4e939fe8fe28fd887b867a2ba8641a47c345 100644 (file)
--- 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)