diff options
author | Vitaly Ovchinnikov <v@postbox.nz> | 2023-08-04 15:33:34 +0300 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-08-05 00:04:35 +0200 |
commit | 4a8ae421690b915db9b2917b9e9df9d66cc910c6 (patch) | |
tree | 0214e51b638a2fcd704b7b2fa105a21697b462db /doc/aerc.1.scd | |
parent | 1144611a1626d8f5d7ffe02d76ea58a97a67aff4 (diff) | |
download | aerc-4a8ae421690b915db9b2917b9e9df9d66cc910c6.tar.gz |
export-mbox: only export marked messages, if any
Change the `:export-mbox` behavior, so if some messages are marked with
`:mark` - only those messages are exported. If nothing is marked - the
whole folder is exported, as usual.
Signed-off-by: Vitaly Ovchinnikov <v@postbox.nz>
Acked-by: Robin Jarry <robin@jarry.cc>
Tested-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 36b2f6bd..a4892b03 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -405,7 +405,9 @@ message list, the message in the message viewer, etc). enabled. *:export-mbox* _<file>_ - Exports all messages in the current folder to an mbox file. + Exports messages in the current folder to an mbox file. If there are marked + messages in the folder, only the marked ones are exported. Otherwise the + whole folder is exported. *:import-mbox* _<file>_ Imports all messages from an mbox file to the current folder. |