mention that imported messages are not deduplicated

so importing twice can result in duplicates.

related to issue #180
This commit is contained in:
Mechiel Lukkien
2024-06-24 11:46:50 +02:00
parent fdcd2eb0eb
commit beee03574a
4 changed files with 11 additions and 2 deletions

View File

@ -42,6 +42,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.
`
func cmdImportMaildir(c *cmd) {