meli/melib/src/backends/notmuch
Manos Pitsidianakis 9dd21eea50
melib/threads: prefer local ThreadNode env_hash
When inserting an envelope in a thread and its Message-ID already exists
with an associated envelope, overwrite the association if the previous
associated envelope is from a foreign mailbox and current envelope is
not. This happens when mail from a sent folder has been inserted in eg
your INBOX, but somehow INBOX has a copy of your own message as well.
This can happen when mailing lists that send you copies of your own
posts.

The problem with this was that in IMAP your mailing list copy was unseen
and you could not mark it seen because the thread only knew about your
Sent mailbox copy.
2020-11-30 02:20:09 +02:00
..
bindings.rs Refactor comments in notmuch/bindings.rs 2020-05-08 10:54:53 +03:00
message.rs melib/threads: prefer local ThreadNode env_hash 2020-11-30 02:20:09 +02:00
notmuch.h melib: add notmuch backend 2019-11-15 22:56:45 +02:00
tags.rs melib/notmuch: add watch/refresh methods to backend 2020-08-26 00:54:07 +03:00
thread.rs melib/notmuch: add Message,TagIterator,Thread types 2020-08-26 00:54:07 +03:00