muttrc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. set sort = reverse-threads
  2. set message_cachedir=~/.cache/mutt/messages
  3. set pager_stop
  4. bind pager <up> previous-line
  5. bind pager <down> next-line
  6. bind index G imap-fetch-mail
  7. bind index g noop
  8. macro index gi "<change-folder>=INBOX<enter>" "Go to Inbox"
  9. macro index gs "<change-folder>=Spam<enter>" "Go to Spam"
  10. macro index gS "<change-folder>=Sent<enter>" "Go to Sent"
  11. macro index gd "<change-folder>=Drafts<enter>" "Go to Drafts"
  12. macro index gt "<change-folder>=Trash<enter>" "Go to Trash"
  13. source ~/.local/share/mutt/gpg.rc
  14. source "gpg -d ~/.mutt/passwords.gpg |"
  15. source ~/.mutt/accounts
  16. # c o l o r s
  17. color normal white default
  18. color attachment brightyellow black
  19. color hdrdefault cyan default
  20. color indicator black brightgreen
  21. color markers brightred default
  22. color quoted green default
  23. color signature cyan default
  24. color status brightgreen black
  25. color tilde blue default
  26. color tree red default
  27. color index red default ~D
  28. color index magenta default ~T
  29. color body brightred default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
  30. # identifies email addresses
  31. color body brightblue default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+
  32. # identifies URLs
  33. #