You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 line
735 B

  1. # vim: filetype=neomuttrc
  2. # muttrc file for account $title
  3. set realname = "$realname"
  4. set from = "$fulladdr"
  5. set smtp_url = "smtp://$login@$smtp:$sport/"
  6. set sendmail = "/usr/bin/msmtp -a $title"
  7. set folder = "~/.mail/$title"
  8. set header_cache = ~/.config/mutt/accounts/$title/cache/headers
  9. set message_cachedir = ~/.config/mutt/accounts/$title/cache/bodies
  10. set certificate_file = ~/.config/mutt/accounts/$title/certificates
  11. source "~/.config/mutt/credentials/getmuttpass $title |"
  12. set mbox_type = Maildir
  13. set ssl_starttls = yes
  14. set ssl_force_tls = yes
  15. set spoolfile = "+INBOX"
  16. macro index,pager gi "<change-folder>=INBOX<enter>" "Go to inbox."
  17. bind index,pager gg noop
  18. bind index,pager g noop
  19. bind index gg first-entry
  20. unmailboxes *