set sort = reverse-threads set message_cachedir=~/.cache/mutt/messages set pager_stop bind pager previous-line bind pager next-line bind index G imap-fetch-mail bind index g noop macro index gi "=INBOX" "Go to Inbox" macro index gs "=Spam" "Go to Spam" macro index gS "=Sent" "Go to Sent" macro index gd "=Drafts" "Go to Drafts" macro index gt "=Trash" "Go to Trash" macro attach 'V' "iconv -c --to-code=UTF-8 > ~/.cache/mutt/mail.html$BROWSER ~/.cache/mutt/mail.html" source ~/.local/share/mutt/gpg.rc source "gpg -d ~/.mutt/passwords.gpg |" source ~/.mutt/accounts # c o l o r s color normal white default color attachment brightyellow black color hdrdefault cyan default color indicator black brightgreen color markers brightred default color quoted green default color signature cyan default color status brightgreen black color tilde blue default color tree red default color index red default ~D color index magenta default ~T color body brightred default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ # identifies email addresses color body brightblue default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ # identifies URLs #