From ea7a571be6099fd8ea365597a5b3d054e39bc72d Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 7 Mar 2000 11:18:56 +0000 Subject: The uncolor/unmono commands weren't parsed correctly when not applicable. This fixes bug#65. --- color.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'color.c') diff --git a/color.c b/color.c index 5c9305c7..de5596a5 100644 --- a/color.c +++ b/color.c @@ -399,6 +399,10 @@ _mutt_parse_uncolor (BUFFER *buf, BUFFER *s, unsigned long data, BUFFER *err, #endif ) { + do + mutt_extract_token (buf, s, 0); + while (MoreArgs (s)); + return 0; } -- cgit v1.2.3