aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKoni Marti <koni.marti@gmail.com>2022-10-20 16:43:44 +0200
committerRobin Jarry <robin@jarry.cc>2022-10-27 22:44:39 +0200
commit006e10357b0e89ba3a8216ff5a6435c5d8f77187 (patch)
tree62cd69a39c68948e0e36e03a7106fc80ccc35b6e /CHANGELOG.md
parent88afe7bb4a7425fbce767a64ed454151514fa4f2 (diff)
downloadaerc-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 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 615c9c78..8dc2b31b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
`:rmdir`, `:archive` and the `copy-to` option.
- Display messages from bottom to top with `reverse-msglist-order=true` in
`aerc.conf`.
+- Display threads from bottom to top with `reverse-thread-order=true` in
+ `aerc.conf`.
### Fixed