Created
August 22, 2016 14:19
-
-
Save tedwardd/40dd40ced5a165f41b80804e6eb82214 to your computer and use it in GitHub Desktop.
Problematic muttrc config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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