diff options
author | Robin Jarry <robin@jarry.cc> | 2023-09-19 00:39:02 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-09-19 22:57:52 +0200 |
commit | a12f0ee20a29c7760b1eee4541a1ab3505849130 (patch) | |
tree | 085a9df48ef21e2a7c8b3824f5ac647a2619a2bc /doc | |
parent | 2216d893d16d49652692279efd5d24e9237ea112 (diff) | |
download | aerc-a12f0ee20a29c7760b1eee4541a1ab3505849130.tar.gz |
docs: add :connect and :disconnect commands
These commands were not documented. Make them so.
Fixes: e41ed82cf3db ("imap: add manual {dis,}connect support")
Signed-off-by: Robin Jarry <robin@jarry.cc>
Reviewed-by: Bence Ferdinandy <bence@ferdinandy.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 87fea90b..61b07b26 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -340,6 +340,11 @@ message list, the message in the message viewer, etc). ## MESSAGE LIST COMMANDS +*:disconnect*++ +*:connect* + Disconnect or reconnect the current account. This only applies to + certain email sources. + *:clear* [*-s*] Clears the current search or filter criteria. |