blob: d3b9f86ffb1bae6e4256455a6f8ee0c488f8f7e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# -*- muttrc -*-
set sidebar_width=32
set sidebar_visible=yes
set sidebar_sort_method=alpha
bind index CP sidebar-prev
bind index CN sidebar-next
bind index CO sidebar-open
bind pager CP sidebar-prev
bind pager CN sidebar-next
bind pager CO sidebar-open
|