Skip to content

Command Line Options

Matthieu Rakotojaona edited this page Oct 3, 2015 · 2 revisions

Sup's command line options:

Sup is a curses-based email client.

Usage:
  sup [options]

Options are:
  -l, --list-hooks            List all hooks and descriptions, and quit.
                              Use --hooks-matching to filter.
  -m, --hooks-matching=<s>    If given, list all hooks and descriptions
                              matching the given pattern. Needs the
                              --list-hooks option (default: )
  -n, --no-threads            Turn off threading. Helps with debugging.
                              (Necessarily disables background polling
                              for new messages.)
  -o, --no-initial-poll       Don't poll for new messages when starting.
  -s, --search=<s>            Search for this query upon startup
  -c, --compose=<s>           Compose message to this recipient upon
                              startup
  -j, --subject=<s>           When composing, use this subject
  -v, --version               Print version and exit
  -h, --help                  Show this message

Clone this wiki locally