diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-07-11 20:11:20 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-07-14 23:14:54 +0200 |
commit | 845763cb1f1f8b7acdfc8e94e0a2d61ff78f6b9d (patch) | |
tree | 9859b9822d7d30dd1b2af7c338558bf2fcc508c6 /doc | |
parent | c24a57687697411cde3bdcf39700385e7a689798 (diff) | |
download | aerc-845763cb1f1f8b7acdfc8e94e0a2d61ff78f6b9d.tar.gz |
account: export folder to mbox file
Export all message in the current folder to an mbox file. If an error
occurs during the export, aerc retries a few times before giving up to
prevent a hang.
Signed-off-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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 5928bf0d..97a9eab6 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -311,6 +311,9 @@ message list, the message in the message viewer, etc). Expands or collapses the current folder when the directory tree is enabled. +*export-mbox* <file> + Exports all messages in the current folder to an mbox file. + *next-result*, *prev-result* Selects the next or previous search result. |