From d73f50f272de210fe4957ff107e1ff88887f1c20 Mon Sep 17 00:00:00 2001 From: Dean Date: Wed, 11 Jan 2023 14:33:11 +1100 Subject: 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 Acked-by: Moritz Poldrack --- doc/aerc-config.5.scd | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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* = __ + The delay between each spinner frame + + Default: _200ms_ + *sort* = __ List of space-separated criteria to sort the messages by, see *:sort* command in *aerc*(1) for reference. Prefixing a criterion with _-r_ -- cgit