1ALOT(1)                              alot                              ALOT(1)
2
3
4

NAME

6       alot - Terminal MUA using notmuch mail
7

SYNOPSIS

9       alot [options ...] [subcommand]
10

DESCRIPTION

12       Alot  is  a terminal-based mail user agent for the notmuch mail system.
13       It features a modular and command prompt driven interface to provide  a
14       full  MUA  experience  as an alternative to the Emacs mode shipped with
15       notmuch.
16

OPTIONS

18       -r, --read-only
19              open notmuch database in read-only mode
20
21       -c FILENAME, --config=FILENAME
22              configuration file (default: ~/.config/alot/config)
23
24       -n FILENAME, --notmuch-config=FILENAME
25              notmuch configuration file (default: $NOTMUCH_CONFIG or  ~/.not‐
26              much-config)
27
28       -C COLOURS, --colour-mode=COLOURS
29              number  of  colours to use on the terminal; must be 1, 16 or 256
30              (default: configuration option colourmode or 256)
31
32       -p PATH, --mailindex-path=PATH
33              path to notmuch index
34
35       -d LEVEL, --debug-level=LEVEL
36              debug level; must be  one  of  debug,  info,  warning  or  error
37              (default: info)
38
39       -l FILENAME, --logfile=FILENAME
40              log file (default: /dev/null)
41
42       -h, --help
43              display help and exit
44
45       -v, --version
46              output version information and exit
47

COMMANDS

49       search start  in  a  search  buffer  using the query string provided as
50              parameter (see notmuch-search-terms(7))
51
52       compose
53              compose a new message
54
55       bufferlist
56              start with only a bufferlist buffer open
57
58       taglist
59              start with only a taglist buffer open
60
61       namedqueries
62              start with list of named queries
63
64       pyshell
65              start the interactive python shell inside alot
66

USAGE

68       The arrow keys, page-up/down, j, k and Space can be used  to  move  the
69       focus.  Escape cancels prompts and Enter selects. Hit : at any time and
70       type in commands to the prompt.
71
72       The interface shows one buffer at a time, you can use Tab and Shift-Tab
73       to  switch  between them, close the current buffer with d and list them
74       all with ;.
75
76       The buffer type or mode (displayed at the bottom left) determines which
77       prompt  commands are available. Usage information on any command can be
78       listed by typing help YOURCOMMAND to the prompt.  The  keybindings  for
79       the current mode are listed upon pressing ?.
80

UNIX SIGNALS

82       SIGUSR1
83              Refreshes the current buffer.
84
85       SIGINT Shuts down the user interface.
86

SEE ALSO

88       notmuch(1)
89

AUTHOR

91       Patrick Totzke
92
94       Copyright (C) 2012-19 Patrick Totzke
95
96
97
98
990.8.1                            May 27, 2019                          ALOT(1)
Impressum