aerc/config
Tim Culverhouse ccd042889f threading: add force-client-threads option
This patch adds a config option to force the use of client side threads.
This option will override a servers Thread capability, and only build
threads on the client. It can be enabled contextually. For example:

	[ui]
	threading-enabled = true

	[ui:folder~^Archive]
	force-client-threads = true

This config would enable threads for all views, and use client threads
for folders that start with Archive. This can be advantageous if, for
example, the folder is very large and the server has a slow response due
to building threads for the entire mailbox

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-07-10 21:15:12 +02:00
..
accounts.conf Copy sent emails to the Sent folder 2019-05-15 19:41:21 -04:00
aerc.conf threading: add force-client-threads option 2022-07-10 21:15:12 +02:00
bindings.go binds: fix incorrect key names for c-] and c-[ 2022-04-25 11:22:12 +02:00
bindings_test.go bindings: support more modified keys 2021-10-28 16:22:28 +02:00
binds.conf binds: Open msgs in default Postpone folder in edit-mode 2022-06-22 11:36:46 +02:00
config.go threading: add force-client-threads option 2022-07-10 21:15:12 +02:00
default_styleset fix aerc-stylesets(7) typos 2020-12-13 10:30:56 +01:00
style.go style: add style config options for dirlist_unread and dirlist_recent 2022-04-27 09:46:06 +02:00
triggers.go index: add this-week-time-format 2021-11-06 17:34:20 +01:00