Guest User

Untitled

a guest
Aug 6th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. set imap_user = "fc.xonotic@gmail.com"
  2. set imap_pass = "PASSWORD"
  3.  
  4. set smtp_url = "smtp://fc.xonotic@smtp.gmail.com:587/"
  5. set smtp_pass = "PASSWORD"
  6. set from = "fc.xonotic@gmail.com"
  7. set realname = "The Fight Club"
  8.  
  9. set folder = "imaps://imap.gmail.com:993"
  10. set spoolfile = "+INBOX"
  11. set postponed="+[Gmail]/Drafts"
  12.  
  13. set header_cache=~/.mutt/cache/headers
  14. set message_cachedir=~/.mutt/cache/bodies
  15. set certificate_file=~/.mutt/certificates
  16.  
  17. set move = no
  18. set sort = 'threads'
  19. set sort_aux = 'last-date-received'
  20. set imap_check_subscribed
  21.  
  22. ignore "Authentication-Results:"
  23. ignore "DomainKey-Signature:"
  24. ignore "DKIM-Signature:"
  25. hdr_order Date From To Cc
Add Comment
Please, Sign In to add comment