Steps to reproduce:
Set up a notmuch account.
Set
query-map = …
enable-folders-sort = false
for it.
Open Aerc and navigate through your folders up and down.
Observed behavior: the folders list in the sidebar jumps randomly almost each time you change directory. Expected behavior: the folder list stays unchanged (in the order in which query-map
defines the folders).
The version I use:
$ aerc -v aerc 0.15.1 +notmuch (go1.20.4 amd64 linux)
Koni Marti referenced this ticket in commit 3459079.
Thanks ~rjarry, I can confirm that the list stays unchanged now in my config.
But there's another thing: it's reversed now compared to the order in
query-map
. Is there an unintendedreverse
applied to the list somewhere?
No, it's not exactly reversed. It's just some other order that's different from my
query-map
file, I can't immediately see what the ordering based on.