1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-22 07:06:48 +02:00

* mu-cmd-find: use color option with update mu-output

This commit is contained in:
Dirk-Jan C. Binnema 2011-05-26 23:37:49 +03:00
parent 82342041f1
commit 0c462c9100

View File

@ -139,7 +139,7 @@ run_query_format (MuMsgIter *iter, MuConfig *opts,
count);
case FORMAT_PLAIN:
return mu_output_plain (iter, opts->fields, opts->summary,
count);
opts->color, count);
case FORMAT_XML:
return mu_output_xml (iter, count);
case FORMAT_JSON: