From 2c06df8720ccf9619fbc293be3c33965672667a9 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Sun, 16 Jun 2024 09:34:52 -0400 Subject: 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 Tested-by: Koni Marti Acked-by: Robin Jarry --- doc/aerc.1.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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* __ Creates a new folder for this account and changes to that folder. -*:rmdir* [*-f*] - Removes the current folder. +*:rmdir* [*-f*] [__] + Removes the folder __, or the current folder if not specified. By default, it will fail if the directory is non-empty (see *-f*). -- cgit