* revert "removed 'nocolor' option. Added 'color' option that takes (auto|never|always) instead."

(broke unit tests)

This reverts commit a4c07c9b90.

Conflicts:
	mu/mu-config.c
This commit is contained in:
djcb
2014-02-15 12:09:07 +02:00
parent 60e863b562
commit 3f6b3df477
2 changed files with 10 additions and 20 deletions

View File

@ -102,8 +102,8 @@ struct _MuConfig {
gboolean version; /* request mu version */
gboolean log_stderr; /* log to stderr (not logfile) */
gchar** params; /* parameters (for querying) */
gboolean nocolor; /* don't use use ansi-colors
* in some output */
gboolean nocolor; /* don't use use ansi-colors
* in some output */
gboolean verbose; /* verbose output */
/* options for indexing */