logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

alot - Terminal MUA using notmuch mail

Author

       Patrick Totzke

Commands

search start   in   a   search   buffer   using   the   query   string   provided   as   parameter   (see
              notmuch-search-terms(7))

       compose
              compose a new message

       bufferlist
              start with only a bufferlist buffer open

       taglist
              start with only a taglist buffer open

       namedqueries
              start with list of named queries

       pyshell
              start the interactive python shell inside alot

Description

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

Name

       alot - Terminal MUA using notmuch mail

Options

-r, --read-only
              open notmuch database in read-only mode

       -cFILENAME, --config=FILENAME
              configuration file (default: ~/.config/alot/config)

       -nFILENAME, --notmuch-config=FILENAME
              notmuch configuration file (default: see notmuch-config(1))

       -CCOLOURS, --colour-mode=COLOURS
              number of colours to use on the terminal; must be 1, 16  or  256  (default:  configuration  option
              colourmode or 256)

       -pPATH, --mailindex-path=PATH
              path to notmuch index

       -dLEVEL, --debug-level=LEVEL
              debug level; must be one of debug, info, warning or error (default: info)

       -lFILENAME, --logfile=FILENAME
              log file (default: /dev/null)

       -h, --help
              display help and exit

       -v, --version
              output version information and exit

See Also

notmuch(1)

Synopsis

       alot [options …] [subcommand]

Unix Signals

SIGUSR1
              Refreshes the current buffer.

       SIGINT Shuts down the user interface.

Usage

       The arrow keys, page-up/down, j, k and Space can be used to move the focus.  Escape cancels  prompts  and
       Enter selects. Hit : at any time and type in commands to the prompt.

       The interface shows one buffer at a time, you can use Tab and Shift-Tab to switch between them, close the
       current buffer with d and list them all with ;.

       The  buffer  type  or mode (displayed at the bottom left) determines which prompt commands are available.
       Usage information on any command can be listed by typing helpYOURCOMMAND to the prompt. The  keybindings
       for the current mode are listed upon pressing ?.

See Also