12345678910111213141516171819202122232425 |
- # -*- 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
- bind pager <F9> check-traditional-pgp
|