summaryrefslogtreecommitdiffstats
path: root/color.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-03-07 11:18:56 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-03-07 11:18:56 +0000
commitea7a571be6099fd8ea365597a5b3d054e39bc72d (patch)
tree9dab735ff0cf007b462dc09dd9eb921050028f48 /color.c
parent813821c087d66aad38fc240535e4dd5e480f46e2 (diff)
The uncolor/unmono commands weren't parsed correctly when not
applicable. This fixes bug#65.
Diffstat (limited to 'color.c')
-rw-r--r--color.c4
1 files changed, 4 insertions, 0 deletions
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;
}