Update mutt and dmenu

This commit is contained in:
Barak Michener 2015-07-29 11:47:11 -04:00
parent 56354be2b2
commit 2145297cf8
3 changed files with 12 additions and 7 deletions

View file

@ -18,7 +18,7 @@ set sort=reverse-date-received
#set spoolfile=+michener.com
# colors
color normal white black
color normal white default
color attachment brightyellow black
color hdrdefault cyan black
color indicator black cyan
@ -59,3 +59,5 @@ macro index C "<copy-message>?<toggle-mailboxes>" "copy a message to a mailbox"
macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
macro compose A "<attach-message>?<toggle-mailboxes>" "attach message(s) to this message"
macro index J "<next-new>" "next unread"
macro index,pager "\Cf" "<next-page>" "page down"
macro index,pager "\Cb" "<previous-page>" "page down"