diff --git a/.muttrc b/.muttrc index e4c987f..7b3db4f 100644 --- a/.muttrc +++ b/.muttrc @@ -14,7 +14,8 @@ set record="+.Sent" set postponed="+.Drafts" set imap_user="barak" mailboxes `echo -n "+ "; find ~/Maildir -maxdepth 1 -type d -name ".*" -printf "+'%f' "` -#set sort=date-received +set sort=reverse-date-received + #set spoolfile=+michener.com # colors color normal white black @@ -57,3 +58,4 @@ macro pager c "?" "open a different folder" macro index C "?" "copy a message to a mailbox" macro index M "?" "move a message to a mailbox" macro compose A "?" "attach message(s) to this message" +macro index J "" "next unread"