diff options
author | Dean <gao.dean@hotmail.com> | 2023-01-11 14:33:11 +1100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-01-11 14:13:14 +0100 |
commit | d73f50f272de210fe4957ff107e1ff88887f1c20 (patch) | |
tree | 8d954aacd76c3db81a78aff64ca2bc47f4951deb /doc/aerc-config.5.scd | |
parent | c6142b2267f689d5be893f6750e514fa9ba5f93c (diff) | |
download | aerc-d73f50f272de210fe4957ff107e1ff88887f1c20.tar.gz |
spinner: add spinner-interval config option
The default 200ms between each spinner frame can be unsuitable for
spinners with many frames, so this adds a spinner-interval config option
with type `time.Duration` to specify the interval between frames. The
default is still the usual 200ms.
Signed-off-by: Dean <gao.dean@hotmail.com>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 410b40a3..cea7d2e7 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -183,6 +183,11 @@ These options are configured in the *[ui]* section of _aerc.conf_. Default: _,_ +*spinner-interval* = _<duration>_ + The delay between each spinner frame + + Default: _200ms_ + *sort* = _<criteria>_ List of space-separated criteria to sort the messages by, see *:sort* command in *aerc*(1) for reference. Prefixing a criterion with _-r_ |