From 327993cf660ec169ec42451b54723a26fa41fbd8 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Sat, 14 May 2022 12:10:02 +0200 Subject: [PATCH] Add sidebar configs --- roles/neomutt/templates/neomuttrc.j2 | 35 +++++++++++++++------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/roles/neomutt/templates/neomuttrc.j2 b/roles/neomutt/templates/neomuttrc.j2 index f8e47bd..a585daf 100644 --- a/roles/neomutt/templates/neomuttrc.j2 +++ b/roles/neomutt/templates/neomuttrc.j2 @@ -92,17 +92,17 @@ unset imap_passive # open imap connection when checking for mail # Sidebar mappings set sidebar_visible = yes -#set sidebar_width = 20 -#set sidebar_short_path = yes -#set sidebar_next_new_wrap = yes -#set mail_check_stats -#set sidebar_format = '%D%?F? [%F]?%* %?N?%N/? %?S?%S?' -#bind index,pager \Ck sidebar-prev -#bind index,pager \Cj sidebar-next -#bind index,pager \Co sidebar-open -#bind index,pager \Cp sidebar-prev-new -#bind index,pager \Cn sidebar-next-new -#bind index,pager B sidebar-toggle-visible +set sidebar_width = 25 +set sidebar_short_path = yes +set sidebar_next_new_wrap = yes +set mail_check_stats +set sidebar_format = '%D%?F? [%F]?%* %?N?%N/? %?S?%S?' +bind index,pager \Ck sidebar-prev +bind index,pager \Cj sidebar-next +bind index,pager \Cl sidebar-open +bind index,pager \Cp sidebar-prev-new +bind index,pager \Cn sidebar-next-new +bind index,pager B sidebar-toggle-visible # Default index colors: #color index yellow default '.*' @@ -126,11 +126,14 @@ set sidebar_visible = yes #mono indicator reverse #mono error bold #color normal default default -#color indicator brightblack white -#color sidebar_highlight red default -#color sidebar_divider brightblack black -#color sidebar_flagged red black -#color sidebar_new green black +color indicator brightblack white +color sidebar_indicator brightblack white +color sidebar_spoolfile yellow default +color sidebar_highlight red default +color sidebar_divider brightblack black +color sidebar_new green black +color sidebar_unread cyan black +color sidebar_flagged red black #color normal brightyellow default #color error red default #color tilde black default