diff options
author | Jason Cox <me@jasoncarloscox.com> | 2024-06-16 09:34:52 -0400 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-06-23 22:13:38 +0200 |
commit | 2c06df8720ccf9619fbc293be3c33965672667a9 (patch) | |
tree | 2f60d9677014057403658815ab1e6630f4b34074 /doc | |
parent | e2a9cd0881593c3b3a24863ceb535367c5570888 (diff) | |
download | aerc-2c06df8720ccf9619fbc293be3c33965672667a9.tar.gz |
rmdir: allow specifying folder to delete
It's useful to delete folders other than the current one. If a folder is
specified, delete that one; otherwise, delete the current one.
Changelog-added: Allow specifying the folder to delete with `:rmdir`.
Signed-off-by: Jason Cox <me@jasoncarloscox.com>
Tested-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 1da6be3c..60b8dd27 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -577,8 +577,8 @@ message list, the message in the message viewer, etc). *:mkdir* _<name>_ Creates a new folder for this account and changes to that folder. -*:rmdir* [*-f*] - Removes the current folder. +*:rmdir* [*-f*] [_<folder>_] + Removes the folder _<folder>_, or the current folder if not specified. By default, it will fail if the directory is non-empty (see *-f*). |