diff options
author | Koni Marti <koni.marti@gmail.com> | 2023-10-05 16:57:58 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-10-13 00:06:54 +0200 |
commit | edb510c2a6d3c3b1bf60c99c1585b91117088262 (patch) | |
tree | fe57723e91ed422c832bc4cacf4f202a3bec2d92 /doc | |
parent | b7efcefebd3cec87ad93d9046725f0ad14840e5a (diff) | |
download | aerc-edb510c2a6d3c3b1bf60c99c1585b91117088262.tar.gz |
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 <koni.marti@gmail.com>
Acked-by: Inwit <inwit@sindominio.net>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 16 |
1 files changed, 10 insertions, 6 deletions
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* _<target>_++ -*:cp* _<target>_ - Copies the selected message to the target folder. +*:copy* [*-p*] _<target>_++ +*:cp* [*-p*] _<target>_ + Copies the selected message(s) to the target folder. + + *-p*: Create the _<target>_ 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* _<target>_++ -*:mv* _<target>_ - Moves the selected message to the target folder. +*:move* [*-p*] _<target>_++ +*:mv* [*-p*] _<target>_ + Moves the selected message(s) to the target folder. + + *-p*: Create the _<target>_ folder if it does not exist. *:pipe* [*-bmp*] _<cmd>_ Downloads and pipes the selected message into the given shell command, and |