summaryrefslogtreecommitdiff
path: root/doc/aerc-config.5.scd
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-01-28 10:17:13 +0100
committerRobin Jarry <robin@jarry.cc>2022-01-29 22:01:25 +0100
commita5c046efe3af8f1b3c94c9d83c214c77fa9f6697 (patch)
treecd7bb3950d7c0c87a671d01a07293f1ab0bcc3e8 /doc/aerc-config.5.scd
parentcdec23323c644b1805ca9cca138e7fa91be6ab6d (diff)
downloadaerc-a5c046efe3af8f1b3c94c9d83c214c77fa9f6697.zip
dirlist: use shorter delay before listing directory contents
1 second is a bit excessive. Use 200ms which should cover most quick folder changes. Add an option to make that delay configurable by the users. References: https://todo.sr.ht/~rjarry/aerc/16 Fixes: cb3090956cfd ("dirlist: skip unnecessary change-folder action") Suggested-by: Koni Marti <koni.marti@gmail.com> Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r--doc/aerc-config.5.scd8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 89485b2..f40c9cb 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -177,6 +177,14 @@ These options are configured in the *[ui]* section of aerc.conf.
| %>X
: make format specifier 'X' be right justified
+*dirlist-delay*
+ Delay after which the messages are actually listed when entering
+ a directory. This avoids loading messages when skipping over folders
+ and makes the UI more responsive. If you do not want that, set it to
+ 0s.
+
+ Default: 200ms
+
*next-message-on-delete*
Moves to next message when the current message is deleted