| 1234567891011121314151617181920212223 | 
							- # -*- Madmuttrc -*-
 
- #
 
- # Madmutt configuration file
 
- # 2008,  kolter <kolter@openics.org>
 
- #
 
- #  This file is distributed in the hope that it will be useful,
 
- #  but WITHOUT ANY WARRANTY
 
- #
 
- # Key bindings settings for Madmutt.
 
- #
 
- bind index,pager "+" next-new
 
- bind index,pager "-" previous-new
 
- bind index,pager \cp sidebar-prev
 
- bind index,pager \cn sidebar-next
 
- bind index,pager \co sidebar-open
 
- bind index,pager <left>        sidebar-prev
 
- bind index,pager <right>       sidebar-next
 
- bind index,pager *             sidebar-open
 
- bind index,pager <F11>         sidebar-scroll-up
 
- bind index,pager <F12>         sidebar-scroll-down
 
 
  |