diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-08-22 10:38:24 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-22 20:33:04 +0200 |
commit | 50992cb9e654d4385a909433bcff08fdbe3a67ec (patch) | |
tree | e17ccd4681bb158591ddf1fe8023a3b9c07eade3 /doc/aerc.1.scd | |
parent | 5ed849688af7206a4b1cc325d19c9d6a8c8c7e4f (diff) | |
download | aerc-50992cb9e654d4385a909433bcff08fdbe3a67ec.tar.gz |
main: add cli flag to load specified account(s)
Make it possible to specify which account(s) to load. Preserve listed
order when creating account tabs.
aerc -a <account-name[,account-name]>
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc.1.scd')
-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 |