From 498d50d05f4dd92917541dea75fc954c6ea6a1e5 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 20 May 2018 23:44:44 +0100 Subject: Add sidebar config to mutt --- Mail/muttrc | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'Mail/muttrc') diff --git a/Mail/muttrc b/Mail/muttrc index 045cb4e..322eded 100644 --- a/Mail/muttrc +++ b/Mail/muttrc @@ -14,7 +14,7 @@ set postponed = "+dove/Drafts" set record = "+dove/Sent" # Set mailboxes -mailboxes =dove/Inbox =dove/Sent =dove/Drafts =dove/Trash =dove/Archive +mailboxes =dove/Inbox =dove/Spam =dove/Sent =dove/Drafts =dove/Trash =dove/Archive =dove/Ratpoison =dove/Arch # Set search to notmuch bind index,pager / vfolder-from-query @@ -149,4 +149,30 @@ folder-hook . `rm -f /tmp/mutt/*` # delete tmp files crea auto_view text/html # view html automatically alternative_order text/plain text/enriched text/html # save html for last +alias ice-hockeylex Ice Hockey +set sidebar_visible = yes +set mail_check_stats + +set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S' +set sidebar_width = 25 +set sidebar_short_path = no + +# Move the highlight to the previous mailbox +bind index,pager \Cp sidebar-prev + +# Move the highlight to the next mailbox +bind index,pager \Cn sidebar-next + +# Open the highlighted mailbox +bind index,pager \Co sidebar-open + + +# Move the highlight to the previous mailbox +bind index,pager \Cp sidebar-prev + +# Move the highlight to the next mailbox +bind index,pager \Cn sidebar-next + +# Open the highlighted mailbox +bind index,pager \Co sidebar-open -- cgit v1.2.3-54-g00ecf