diff options
author | Robin Jarry <robin@jarry.cc> | 2023-09-19 00:05:11 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-09-19 22:57:39 +0200 |
commit | cec90ba9f087221b674ce27d4f13270516df75ee (patch) | |
tree | a1b71ad43b8447f970b4a1f2ee35288d9c9f7012 /doc/aerc-config.5.scd | |
parent | 78e17a0db3a9d113a6957482245926373dc50f9b (diff) | |
download | aerc-cec90ba9f087221b674ce27d4f13270516df75ee.tar.gz |
docs: add [ui].client-threads-delay setting
This setting was not documented. Make it so.
Fixes: 54a0a377e030 ("threads: debounce client-side thread building")
Signed-off-by: Robin Jarry <robin@jarry.cc>
Reviewed-by: Bence Ferdinandy <bence@ferdinandy.com>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 50e7d803..cace2beb 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -424,6 +424,13 @@ These options are configured in the *[ui]* section of _aerc.conf_. Default: _false_ +*client-threads-delay* = _<duration>_ + Delay of inactivity after which the client threads are rebuilt. Setting + this to _0s_ may introduce a noticeable lag when scrolling through the + message list. + + Default: _50ms_ + ## CONTEXTUAL UI CONFIGURATION The UI configuration can be specialized for accounts, specific mail |