From 605e0abdbbec8c7ec2e4e1827e178d246e9b80f0 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 23 May 2023 15:37:29 +0200 Subject: [PATCH] neomutt: Fix laggy mail list display Fixed display of longer mail directory lists which would be very laggy by simply removing calls to attachment_info in the overview. --- office/.config/neomutt/colors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/office/.config/neomutt/colors b/office/.config/neomutt/colors index faae263..8461d30 100644 --- a/office/.config/neomutt/colors +++ b/office/.config/neomutt/colors @@ -73,7 +73,7 @@ color progress black cyan # Formatting ---------------------------------------------------------------------- set date_format = "%a %d %h %H:%M" -set index_format=" %zc %zs %zt | %-35.35L %@attachment_info@ %?M10?~(%1M) ?%-30.100s %> %?Y?%Y ? %(!%a %d %h %H:%M) " +set index_format=" %zc %zs %zt | %-35.35L %?X?📎& ? %?M10?~(%1M) ?%-30.100s %> %?Y?%Y ? %(!%a %d %h %H:%M) " set pager_format="%n %T %s%*  %{!%d %b · %H:%M} %?X? %X?%P" set status_format = " %D %?u? %u ?%?R? %R ?%?d? %d ?%?t? %t ?%?F? %F ?%?p? %p? \n \n" set compose_format="-- NeoMutt: Compose [Approx. msg size: %l Atts: %a]%>-"