diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 84bc7751..2224374d 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -6,7 +6,7 @@ aerc - the world's best email client # SYNOPSIS -_aerc_ [-v] [mailto:...] +_aerc_ [-v] [-a <account-name[,account-name]>] [mailto:...] For a guided tutorial, use *:help tutorial* from aerc, or *man aerc-tutorial* from your terminal. @@ -16,6 +16,11 @@ from your terminal. *-v* Prints the installed version of aerc and exits. +*-a <account-name[,account-name]>* + Load only the named accounts, as opposed to all configured accounts. + List must be comma separated, with no spaces. The account order will be + preserved. + *mailto:address[,address][?query[&query]]* Opens the composer with the address(es) in the "to" field. These addresses must not be percent encoded. @@ -40,7 +45,6 @@ from your terminal. Note that reserved characters in the queries must be percent encoded. - # RUNTIME COMMANDS To execute a command, press ':' to bring up the command interface. Commands may |