diff options
author | Moritz Poldrack <git@moritz.sh> | 2023-05-10 14:18:28 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-05-16 13:56:58 +0200 |
commit | da1f014b7050195d7f3e6f849bc105d87efc227b (patch) | |
tree | e084c77447754a498eacd236da79ea458f66fb94 /doc/aerc-config.5.scd | |
parent | d22f2bf4d0a88b5a0e608e2cb2776e69eb1cd553 (diff) | |
download | aerc-da1f014b7050195d7f3e6f849bc105d87efc227b.tar.gz |
config: update default pager
Since aercs embedded terminal now behaves correctly, a messages contents
are at the bottom of the pager by default, this has already sparked
confusion as this is uncommon and not matching previous behaviour.
Thanks: Stacy Harper <contact@stacyharper.net>
Suggested-by: Tim Culverhouse <tim@timculverhouse.com>
Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index aff57729..9e1f8a37 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -479,7 +479,7 @@ These options are configured in the *[viewer]* section of _aerc.conf_. may add ANSI escape sequences to add color to rendered emails, so you may want to use a pager which supports ANSI. - Default: _less -R_ + Default: _less -Rc_ *alternatives* = _<mime,types>_ If an email offers several versions (multipart), you can configure which |