vps.muttrc 671 B

1234567891011121314151617181920212223242526
  1. ## Account Settings
  2. set from = "demure@demu.red"
  3. set sendmail = "/usr/bin/msmtp -a vps"
  4. macro index \Co "<shell-escape>mbsync vps<enter><refresh>" "run mbsync for current account."
  5. ## Default inbox
  6. set spoolfile = "+vps/INBOX"
  7. ## Other special folders
  8. set mbox = "+vps/INBOX"
  9. set postponed = "+vps/Drafts"
  10. set record = "+vps/Sent"
  11. unset trash
  12. set trash = "+vps/Trash"
  13. ## Color border
  14. color status blue black
  15. ## Contacts
  16. bind editor <Tab> complete ## default Mutt setting
  17. bind editor ^T complete-query ## default Mutt setting
  18. unset query_command ## default Mutt setting
  19. ## Unbind archive
  20. bind index,pager S noop