diff options
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index f0b9b7af..9257bdef 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -110,6 +110,21 @@ These options are configured in the *[ui]* section of aerc.conf. Default: true +*spinner* + Animation shown while loading, split by spinner-delimiter (below) + + Examples: + - spinner = "\-\_-,\_-\_" + - spinner = '. , .' + - spinner = "\,|,/,-" + + Default: "[..] , [..] , [..] , [..] , [..], [..] , [..] , [..] " + +*spinner-delimiter* + Spinner delimiter to split string into a animation + + Default: "," + ## VIEWER These options are configured in the *[viewer]* section of aerc.conf. |