summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xalot/init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/init.py b/alot/init.py
index c529e3d0..a6317bfd 100755
--- a/alot/init.py
+++ b/alot/init.py
@@ -88,7 +88,7 @@ class Options(usage.Options):
optParameters = [
['config', 'c', '~/.config/alot/config', 'config file'],
['notmuch-config', 'n', '~/.notmuch-config', 'notmuch config'],
- ['colour-mode', 'C', 256, 'terminal colour mode', colourint],
+ ['colour-mode', 'C', None, 'terminal colour mode', colourint],
['mailindex-path', 'p', None, 'path to notmuch index'],
['debug-level', 'd', 'info', 'debug log', debuglogstring],
['logfile', 'l', '/dev/null', 'logfile'],