aerc/commands/msg
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
..
archive.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
copy.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
delete.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
forward.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
mark.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
modify-labels.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
move.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
msg.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
pipe.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
read.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
recall.go recall: allow recalling messages from any folder 2021-12-13 14:56:39 +01:00
reply.go compose: add option to never include your own address when replying 2022-01-31 16:22:54 +01:00
toggle-threads.go threading: implement on-the-fly message threading 2022-02-24 13:00:12 +01:00
unsubscribe.go unsubscribe: parse internationalized headers 2022-02-19 15:46:23 +01:00
unsubscribe_test.go Fix linter warnings 2021-02-26 22:14:58 +01:00
utils.go go.mod: change base git url 2021-11-05 10:21:45 +01:00