emu.muttrc 860 B

12345678910111213141516171819202122232425262728
  1. ## Account Settings
  2. set from = "amcbean@emich.edu"
  3. set sendmail = "/usr/bin/msmtp -a emu"
  4. set my_account = "emu" ## This is for an offlineimap macro
  5. ## Temp, waiting on https://github.com/neomutt/neomutt/issues/658
  6. macro index \Co "<shell-escape>offlineimap -a emu<enter>" "run offlineimap to sync current inbox."
  7. ## Default inbox
  8. set spoolfile = "+emu/INBOX"
  9. ## Other special folders
  10. set mbox = "+emu/archive"
  11. set postponed = "+emu/drafts"
  12. set record = "+emu/sent"
  13. unset trash
  14. set trash = "+emu/trash"
  15. ## Color border
  16. color status green black
  17. ## Contacts
  18. bind editor <Tab> complete ## default Mutt setting
  19. bind editor ^T complete-query ## default Mutt setting
  20. unset query_command ## default Mutt setting
  21. ## Attempting archive binding
  22. macro index,pager S '<save-message>+emu/archive<enter>'