diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-10-20 16:43:44 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-10-27 22:44:39 +0200 |
commit | 006e10357b0e89ba3a8216ff5a6435c5d8f77187 (patch) | |
tree | 62cd69a39c68948e0e36e03a7106fc80ccc35b6e /doc/aerc-config.5.scd | |
parent | 88afe7bb4a7425fbce767a64ed454151514fa4f2 (diff) | |
download | aerc-006e10357b0e89ba3a8216ff5a6435c5d8f77187.tar.gz |
threads: reverse thread ordering
Add reverse-thread-order option to the ui config to enable reverse
display of the mesage threads. Default order is the the intial message
is on the top with all the replies being displayed below. The reverse
options will put the initial message at the bottom with the replies on
top.
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-config.5.scd')
-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 76adaa02..94dfb593 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -335,6 +335,14 @@ These options are configured in the *[ui]* section of aerc.conf. Default: false +*reverse-thread-order* + Reverse display of the mesage threads. Default order is the the intial + message is on the top with all the replies being displayed below. The + reverse option will put the initial message at the bottom with the + replies on top. + + Default: false + *threading-enabled* Enable a threaded view of messages. If this is not supported by the backend (IMAP server or notmuch), threads will be built by the client. |