From 419bac62044abbe9506628eb1567caff8f3d9b3a Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 15 Jun 2018 00:49:11 +0200 Subject: [PATCH] Add mutt cache and fix sidebar --- home-manager/modules/mail.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/modules/mail.nix b/home-manager/modules/mail.nix index 37838aa7..13f0a989 100644 --- a/home-manager/modules/mail.nix +++ b/home-manager/modules/mail.nix @@ -58,7 +58,8 @@ in { bind index,pager \CO sidebar-open color sidebar_indicator black white color sidebar_highlight white blue - set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S" + set sidebar_format = "%B%* %?N?%N/?%S" + set header_cache = "~/.cache/neomutt" ''; }; };