From f36add111a9e288563eb8848fe16ea8133cce216 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 17 Sep 2025 16:48:43 +0200 Subject: [PATCH] neomutt: Do not auto sort sidebar The sidebar will be sorted in the order it is defined in the settings. --- office/.config/neomutt/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/office/.config/neomutt/settings b/office/.config/neomutt/settings index 6006e9b..1eb3413 100644 --- a/office/.config/neomutt/settings +++ b/office/.config/neomutt/settings @@ -91,7 +91,7 @@ set sidebar_visible = no set sidebar_component_depth = 0 set sidebar_divider_char = '│' set sidebar_next_new_wrap = yes -set sidebar_sort = 'path' +set sidebar_sort = 'unsorted' # Shorten mailbox names set sidebar_short_path = yes # Delete everything up to the last / character