aerc/worker
Koni Marti 7811620eb8 threading: implement on-the-fly message threading
implement message threading on the message store level using the
jwz algorithm. Build threads on-the-fly when new message headers arrive.

Use the references header to create the threads and the in-reply-to
header as a fall-back option in case no references header is present.

Does not run when the worker provides its own threading (e.g. imap
server threads).

Include only those message headers that have been fetched and are
stored in the message store.

References: https://www.jwz.org/doc/threading.html
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Tested-by: Inwit <inwit@sindominio.net>
Tested-by: akspecs <akspecs@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-02-24 13:00:12 +01:00
..
handlers go.mod: change base git url 2021-11-05 10:21:45 +01:00
imap imap: start reconnect when initial connect fails 2022-02-20 22:04:16 +01:00
lib maildir,notmuch: avoid leaking open files 2022-01-19 20:18:00 +01:00
maildir maildir: defer the count of recent messages 2022-01-30 20:49:30 +01:00
notmuch maildir,notmuch: pass in-memory message to callback 2022-01-20 15:44:46 +01:00
types threading: implement on-the-fly message threading 2022-02-24 13:00:12 +01:00
handler_notmuch.go format: reformat code with go 1.17 2021-12-11 23:24:08 +01:00
worker.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
worker_enabled.go go.mod: change base git url 2021-11-05 10:21:45 +01:00