diff options
author | Vasil Zlatanov <v@skozl.com> | 2018-05-20 23:44:44 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2018-05-20 23:44:44 +0100 |
commit | 498d50d05f4dd92917541dea75fc954c6ea6a1e5 (patch) | |
tree | 92edb8b3e199dd7c315c396f8ddce0cac98c498f | |
parent | 8ced63b35c8b011ff29a79856165cc748d430a11 (diff) | |
download | dotfiles-498d50d05f4dd92917541dea75fc954c6ea6a1e5.tar.gz dotfiles-498d50d05f4dd92917541dea75fc954c6ea6a1e5.tar.bz2 dotfiles-498d50d05f4dd92917541dea75fc954c6ea6a1e5.zip |
Add sidebar config to mutt
-rw-r--r-- | Mail/muttrc | 28 |
1 files changed, 27 insertions, 1 deletions
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 <ice-hockey@imperial.ac.uk> +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 |