From c8ee26a220250183451098fe94f5a0565c798cae Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Mon, 23 Jan 2017 08:19:06 +0100 Subject: [PATCH] mutt sidebar --- mutt/muttrc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/mutt/muttrc b/mutt/muttrc index 2b27542..21ff3e9 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -46,3 +46,37 @@ auto_view text/html set query_command= "abook --mutt-query '%s'" macro index,pager a "abook --add-email-quiet" "Add this sender to Abook" bind editor complete-query + +## Sidebar +## Variables +set sidebar_visible = no +set sidebar_short_path = no +set sidebar_delim_chars = "/." +set sidebar_folder_indent = no +set sidebar_indent_string = " " +set sidebar_new_mail_only = no +set sidebar_next_new_wrap = no +set sidebar_on_right = no +set sidebar_divider_char = '|' +set mail_check_stats +set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S" +set sidebar_sort_method = "unsorted" +## Functions +bind index,pager \Cp sidebar-prev +bind index,pager \Cn sidebar-next +macro index,pager \Co "" +bind index,pager sidebar-page-up +bind index,pager sidebar-page-down +bind index,pager \C[ sidebar-prev-new +bind index,pager \C] sidebar-next-new +bind index,pager B sidebar-toggle-visible +## Colors +color sidebar_highlight black cyan +color sidebar_divider color8 black +color sidebar_flagged red black +color sidebar_new green black +color sidebar_ordinary color2 default + +# Local Variables: +# mode: muttrc +# End: