Skip to content
Per Andersson edited this page Aug 26, 2014 · 12 revisions

% SUP(1) Sup User Manual % Sup was originally written by William Morgan [email protected] and is now developed and maintained by the Sup developers % April 8, 2014

NAME

sup - a curses-based email client

SYNOPSIS

sup [options]

DESCRIPTION

Sup is a console-based email client for people with a lot of email.

It presents an interface of a list of threads, which are each hierarchical collections email messages. Threads can have multiple tags applied to them. It supports a very fast full-text search, automatic contact-list management, custom code insertion via a Ruby hook system, and more. If you’re the type of person who treats email as an extension of your long-term memory, Sup is for you.

OPTIONS

-l, --list-hooks : List all hooks and descriptions, and quit.

-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 QUERY, --search QUERY : Search for this query upon startup

-c STRING, --compose STRING : Compose message to this recipient upon startup

-j STRING, --subject STRING : When composing, use this subject

-v, --version : Print version and exit

-h, --help : Show brief help message

FILES

$HOME/.sup/config.yaml : Configuration file for Sup

$HOME/.sup/sources.yaml : Configuration file for Sup mail sources

$HOME/.sup/colors.yaml : Color theme for Sup

SEE ALSO

mail(1), sup-add(1), sup-config(1), sup-dump(1), sup-import-dump(1), sup-recover-sources(1), sup-sync(1), sup-sync-back-maildir(1), sup-tweak-labels(1)

The sup web page http://supmua.org/.

Clone this wiki locally