File: cli_options.rst

package info (click to toggle)
alot 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,716 kB
  • sloc: python: 11,261; makefile: 125; sh: 8
file content (17 lines) | stat: -rw-r--r-- 835 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-r, --read-only  open notmuch database in read-only mode
-c FILENAME, --config=FILENAME
                 configuration file (default: ~/.config/alot/config)
-n FILENAME, --notmuch-config=FILENAME
                 notmuch configuration file (default: see notmuch-config(1))
-C COLOURS, --colour-mode=COLOURS
                 number of colours to use on the terminal; must be 1, 16 or 256
                 (default: configuration option `colourmode` or 256)
-p PATH, --mailindex-path=PATH
                 path to notmuch index
-d LEVEL, --debug-level=LEVEL
                 debug level; must be one of debug, info, warning or error
                 (default: info)
-l FILENAME, --logfile=FILENAME
                 log file (default: /dev/null)
-h, --help       display help and exit
-v, --version    output version information and exit