From f5c9f2d0111527b5d5d2efed2e94a01b9f382709 Mon Sep 17 00:00:00 2001 From: cos Date: Tue, 26 Jul 2022 20:38:24 +0200 Subject: fixup: Hack up message list to be sorted ascending An attempt at making ascending or descending message list configurable. Seems to work for me, but a proper take on this might need to involve having to rethink what configuration options to present and how direct they map towards the operations happening under the hood. --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config/config.go') diff --git a/config/config.go b/config/config.go index e0c8608..e9ae56e 100644 --- a/config/config.go +++ b/config/config.go @@ -61,6 +61,7 @@ type UIConfig struct { DirListDelay time.Duration `ini:"dirlist-delay"` DirListTree bool `ini:"dirlist-tree"` Sort []string `delim:" "` + MsgListOrdAscending bool `ini:"msglist-ascending"` NextMessageOnDelete bool `ini:"next-message-on-delete"` CompletionDelay time.Duration `ini:"completion-delay"` CompletionPopovers bool `ini:"completion-popovers"` -- cgit v1.2.3