mutt configuration, as of 17-09-2014

This commit is contained in:
2014-09-17 23:36:57 +02:00
parent de46d4715d
commit 7c0689119a
12 changed files with 182 additions and 2 deletions

9
keys.conf Normal file
View File

@@ -0,0 +1,9 @@
set meta_key = yes
bind index,pager <esc><up> sidebar-prev # alt-up
bind index,pager <esc><down> sidebar-next # alt-down
bind index <esc><return> sidebar-open # alt-enter
macro index M "T.*\n;WN" "Mark all messages as read" # "M" to mark all read
macro index <return> <display-message><sync-mailbox> # flag update on reading mail
macro pager q <exit><sync-mailbox> # flag update on exiting pager