diff options
Diffstat (limited to 'Mail/muttrc')
-rw-r--r-- | Mail/muttrc | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/Mail/muttrc b/Mail/muttrc index 045cb4e..f6a6cd1 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 =dove/FlightClub =dove/Careers =dove/DocSoc # Set search to notmuch bind index,pager / vfolder-from-query @@ -126,7 +126,7 @@ macro index,pager gd "<change-folder>=dove/Drafts<enter>" "Go to drafts" # Clear new email notification -set status_format="$HOME/.mutt/notify.sh '%r %f (%L) [Msgs:%?M?%M/?%m%?n? New:%n?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?]'|" +#set status_format="$HOME/.mutt/notify.sh '%r %f (%L) [Msgs:%?M?%M/?%m%?n? New:%n?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?]'|" # Other config @@ -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? ?%* %?N?%N/?%S' +set sidebar_width = 20 +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 |