From edb510c2a6d3c3b1bf60c99c1585b91117088262 Mon Sep 17 00:00:00 2001 From: Koni Marti Date: Thu, 5 Oct 2023 16:57:58 +0200 Subject: doc: document -p option for move/copy Document the -p option for the :move and :copy commands. The -p flag will create the target folder before moving or copying the selected message(s). Signed-off-by: Koni Marti Acked-by: Inwit Acked-by: Robin Jarry --- doc/aerc.1.scd | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index b2123a54..4456e0e9 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -184,9 +184,11 @@ message list, the message in the message viewer, etc). *-E*: Forces *[compose].edit-headers* = _false_ for this message only. -*:copy* __++ -*:cp* __ - Copies the selected message to the target folder. +*:copy* [*-p*] __++ +*:cp* [*-p*] __ + Copies the selected message(s) to the target folder. + + *-p*: Create the __ folder if it does not exist. *:decline* [*-e*|*-E*] Declines an iCalendar meeting invitation. @@ -242,9 +244,11 @@ message list, the message in the message viewer, etc). *-E*: Forces *[compose].edit-headers* = _false_ for this message only. -*:move* __++ -*:mv* __ - Moves the selected message to the target folder. +*:move* [*-p*] __++ +*:mv* [*-p*] __ + Moves the selected message(s) to the target folder. + + *-p*: Create the __ folder if it does not exist. *:pipe* [*-bmp*] __ Downloads and pipes the selected message into the given shell command, and -- cgit