diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-07-11 20:11:21 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-07-14 23:14:56 +0200 |
commit | e572087e58aaa36b6fdbf0086491907c9169efb0 (patch) | |
tree | 0c51ed1252b9367c7e52221b905523a4be9a4c37 /doc | |
parent | 845763cb1f1f8b7acdfc8e94e0a2d61ff78f6b9d (diff) | |
download | aerc-e572087e58aaa36b6fdbf0086491907c9169efb0.tar.gz |
account: import mbox file to a folder
Append all messages from an mbox file to the selected folder with the
import-mbox command.
User confirmation is required when the folder already contains messages.
A failed append will be retried a few times. If a backend timeout
occurs, the entire import is stopped 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 97a9eab6..17e9042a 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -314,6 +314,9 @@ message list, the message in the message viewer, etc). *export-mbox* <file> Exports all messages in the current folder to an mbox file. +*import-mbox* <file> + Imports all messages from an mbox file to the current folder. + *next-result*, *prev-result* Selects the next or previous search result. |