meli/melib/src
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
..
addressbook Fix clippy lints 2020-07-06 15:27:08 +03:00
backends melib/threads: prefer local ThreadNode env_hash 2020-11-30 02:20:09 +02:00
email Fix test errors and warnings 2020-11-21 02:09:18 +02:00
gpgme Fix minor warnings 2020-10-15 19:01:42 +03:00
text_processing widgets: allow text overflow in text fields 2020-11-24 10:36:21 +02:00
thread melib/thread/iterators: remove recursion in favor of loops 2020-07-17 13:33:40 +03:00
addressbook.rs melib: cleanup commit 2020-09-10 21:19:38 +03:00
backends.rs melib/imap: don't clear mailbox counts before fetching 2020-11-30 02:20:09 +02:00
collection.rs melib: fix bincode serialization 2020-11-09 00:40:32 +02:00
conf.rs compose: add key selection state for gpg operations 2020-10-11 18:11:04 +03:00
connections.rs melib/connections: impl tcp keepalive 2020-09-15 01:17:32 +03:00
datetime.rs melib: cleanup commit 2020-09-10 21:19:38 +03:00
email.rs add libgpgme feature 2020-10-05 21:10:00 +03:00
error.rs melib/imap: perform reconnect on IDLE failure 2020-09-14 19:32:43 +03:00
lib.rs add libgpgme feature 2020-10-05 21:10:00 +03:00
logging.rs Add smtp client support for sending mail in UI 2020-07-15 15:24:01 +03:00
parsec.rs melib: cleanup commit 2020-09-10 21:19:38 +03:00
search.rs Fix some clippy lints 2020-08-26 00:54:07 +03:00
smtp.rs melib/smtp: impl AUTH LOGIN 2020-11-15 21:30:54 +02:00
sqlite3.rs melib: fix bincode serialization 2020-11-09 00:40:32 +02:00
thread.rs melib/threads: prefer local ThreadNode env_hash 2020-11-30 02:20:09 +02:00