Skip to content

Instantly share code, notes, and snippets.

@tedwardd
Created August 22, 2016 14:19
Show Gist options
  • Save tedwardd/40dd40ced5a165f41b80804e6eb82214 to your computer and use it in GitHub Desktop.
Save tedwardd/40dd40ced5a165f41b80804e6eb82214 to your computer and use it in GitHub Desktop.
Problematic muttrc config
# Sidebar (if it's available)
set sidebar_width=30
set sidebar_visible=yes
set sidebar_delim='|'
set sidebar_sort=yes
color sidebar_new white red
macro index,pager b '<enter-command>toggle sidebar_visible<enter>'
bind index,pager \CN sidebar-next
bind index,pager \CP sidebar-prev
bind index,pager \CO sidebar-open
bind pager,pager \CD next-unread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment