diff options
author | Koni Marti <koni.marti@gmail.com> | 2024-01-29 23:52:27 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-02-11 21:24:48 +0100 |
commit | 635fe05d4e8ee5a6dbadf7d10b6d8340efcbc84d (patch) | |
tree | 65ba851998ff11ac20f55d34604ef317537e0e57 /doc | |
parent | 1068365afa0c2a0f55d37b17360ad832657531a0 (diff) | |
download | aerc-635fe05d4e8ee5a6dbadf7d10b6d8340efcbc84d.tar.gz |
config: add msglist-scroll-offset
Add the [ui].msglist-scroll-offset option in aerc.conf to set the scroll
offset in number of lines from the top and bottom of the message list.
Changelog-added: Add `[ui].msglist-scroll-offset` option to set a
scroll offset for the message list.
Suggested-by: Ángel Castañeda <angel@acsq.me>
Signed-off-by: Koni Marti <koni.marti@gmail.com>
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 9ba7a941..f886eb92 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_ +*msglist-scroll-offset* = _<int>_ + Set the scroll offset in number of lines from the top and bottom + of the message list. + + Default: _0_ + ## THREAD PREFIX CUSTOMIZATION You can fully customize the thread arrows appearance, which is defined by the |