diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-08-15 21:58:43 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-09-19 21:26:34 +0200 |
commit | d371c1ac8d03146512311c73b43ae90813ded9b0 (patch) | |
tree | bc6dbd5025e7112b11fc8a8ba3db42568d14af9b /doc/aerc.1.scd | |
parent | ee4f2ea49d82a27328f3a154e9f91dc91d69e990 (diff) | |
download | aerc-d371c1ac8d03146512311c73b43ae90813ded9b0.tar.gz |
commands: add switch-account command for composer
Switch accounts when in the composer mode. When switching accounts, the
From header, the crypto status and the address completer will be
updated.
Accounts can be switched with :switch-account <account-name>. The
completions for the switch-account command will list the available
accounts. If switch-account is run without arguments, the current
account name with the correct usage is displayed.
Fixes: https://todo.sr.ht/~rjarry/aerc/72
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 40b14d87..f0ca97e9 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -476,6 +476,10 @@ message list, the message in the message viewer, etc). configuration. For details on configuring outgoing mail delivery consult *aerc-config*(5). +*switch-account* <account-name> + Switches the account. If run without arguments, the current account name + is displayed. + *header* [-f] <field> [value] Add a new email header. If the header already exists, -f must be specified to replace the given value. |