mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 11:04:38 +03:00
mention that imported messages are not deduplicated
so importing twice can result in duplicates. related to issue #180
This commit is contained in:
6
doc.go
6
doc.go
@ -695,6 +695,9 @@ recipients to be accepted, unless other reputation signals prevent that.
|
||||
Users can also import mailboxes/messages through the account web page by
|
||||
uploading a zip or tgz file with mbox and/or maildirs.
|
||||
|
||||
Messages are imported even if already present. Importing messages twice will
|
||||
result in duplicate messages.
|
||||
|
||||
Mailbox flags, like "seen", "answered", will be imported. An optional
|
||||
dovecot-keywords file can specify additional flags, like Forwarded/Junk/NotJunk.
|
||||
|
||||
@ -722,6 +725,9 @@ recipients to be accepted, unless other reputation signals prevent that.
|
||||
Users can also import mailboxes/messages through the account web page by
|
||||
uploading a zip or tgz file with mbox and/or maildirs.
|
||||
|
||||
Messages are imported even if already present. Importing messages twice will
|
||||
result in duplicate messages.
|
||||
|
||||
usage: mox import mbox accountname mailboxname mbox
|
||||
|
||||
# mox export maildir
|
||||
|
Reference in New Issue
Block a user