diff options
author | Koni Marti <koni.marti@gmail.com> | 2024-05-14 23:43:12 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-05-28 23:52:40 +0200 |
commit | 2276a796f36cb6e213aca3b760b411202ed24e0e (patch) | |
tree | fb3f172cd733e1d768ff6099b4a6f3a6de439c98 /doc | |
parent | 9f97c698e3dd8bb98242f0db40946dee514e3ee8 (diff) | |
download | aerc-2276a796f36cb6e213aca3b760b411202ed24e0e.tar.gz |
ui: add select-last-message option
Add a [ui].select-last-message option to position the cursor at the
bottom of the message list view.
Fixes: https://todo.sr.ht/~rjarry/aerc/254
Changelog-added: Add `[ui].select-last-message` option to position
cursor at the bottom of the view.
Suggested-by: Bence Ferdinandy <bence@ferdinandy.com>
Requested-by: Tomasz Kramkowski <tomasz@kramkow.ski>
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Tested-by: Tomasz Kramkowski <tomasz@kramkow.ski>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index c8c7604c..17cea5ff 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -469,6 +469,12 @@ These options are configured in the *[ui]* section of _aerc.conf_. Default: _false_ +*select-last-message* = _true_|_false_ + Positions the cursor on the last message in the message list (at the + bottom of the view) when opening a new folder. + + Default: _false_ + *sort-thread-siblings* = _true_|_false_ Sort the thread siblings according to the sort criteria for the messages. If sort-thread-siblings is false, the thread siblings will be sorted based on |