meli/melib/src/mailbox
Manos Pitsidianakis 42654410e3
ui: move Collection to Account
Each account had one mailbox per folder, which had one associated
collection. Now each Account has one Collection for all folders and each
Mailbox object holds only the hashes of each message.

Collection also gets Threads for each folder in order to mix messages
(ie from/to Sent folder).

Insert Sent emails in chronological order

if inserted unsorted, mails a, b with a happened-before b, might never
  get added.

Fix multiple insertions in ThreadTree upon insert_reply

insert_reply was creating multiple copies in threading
2019-06-10 19:40:50 +03:00
..
backends melib: track modified paths in maildir 2019-06-10 19:40:50 +03:00
email fix warnings and lints 2019-06-10 19:40:49 +03:00
backends.rs ui: Refer to child/parents with FolderHash in BackendFolder 2019-06-10 19:40:45 +03:00
collection.rs ui: move Collection to Account 2019-06-10 19:40:50 +03:00
email.rs save Account to disk 2019-06-10 19:40:49 +03:00
thread.rs ui: move Collection to Account 2019-06-10 19:40:50 +03:00