sebbASF opened a new issue #193: URL: https://github.com/apache/incubator-ponymail-foal/issues/193
The database design includes some fields in the mbox index entry which are not directly derived from the email. These include: - permalinks - deleted flag - previous, top, thread - _notes, _archived_at These fields will be lost if an entry is added to the index with the same id. This may occur when importing historic emails, e.g. to backfill missing messages. It's not unknown for the same message to be delivered twice to the same list. Such deliveries normally occur within a short space of time. It's not yet clear whether significant mbox fields can be lost in this way, but _notes and _archived_at will be affected, as will the dbid entry which points to the source index. This will generally result in an orphan source entry. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ponymail.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org