aerc/worker/types
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
..
messages.go imap: auto-reconnects on connection error 2022-01-19 17:40:52 +01:00
sort.go Add sorting functionality 2019-09-20 14:56:02 -04:00
thread.go threading: implement on-the-fly message threading 2022-02-24 13:00:12 +01:00
thread_test.go messages: allow displaying email threads 2021-11-13 15:05:59 +01:00
worker.go Remove worker callbacks when Done is received 2019-06-02 13:20:02 -04:00