From 845763cb1f1f8b7acdfc8e94e0a2d61ff78f6b9d Mon Sep 17 00:00:00 2001 From: Koni Marti Date: Mon, 11 Jul 2022 20:11:20 +0200 Subject: 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 Acked-by: Robin Jarry --- doc/aerc.1.scd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/aerc.1.scd') 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* + Exports all messages in the current folder to an mbox file. + *next-result*, *prev-result* Selects the next or previous search result. -- cgit