diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 89485b27..f40c9cb0 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 |