aerc/config
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
..
accounts.conf Copy sent emails to the Sent folder 2019-05-15 19:41:21 -04:00
aerc.conf dirtree: implement foldable tree for directory list 2022-02-23 21:09:01 +01:00
bindings.go review: display actual bindings for commands 2022-02-02 22:12:08 +01:00
bindings_test.go bindings: support more modified keys 2021-10-28 16:22:28 +02:00
binds.conf threading: implement on-the-fly message threading 2022-02-24 13:00:12 +01:00
config.go dirtree: implement foldable tree for directory list 2022-02-23 21:09:01 +01:00
default_styleset fix aerc-stylesets(7) typos 2020-12-13 10:30:56 +01:00
style.go update tcell to v2 and enable TrueColor support 2020-12-18 07:23:22 +01:00
triggers.go index: add this-week-time-format 2021-11-06 17:34:20 +01:00