Advertisement
Guest User

Untitled

a guest
May 12th, 2017
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. set imap_user = "bluethundr@gmail.com"
  2. set imap_pass = "xxxxxxxxx"
  3. #set smtp_url = "smtp://bluethundr@smtp.gmail.com:587/"
  4. #set smtp_pass = "xxxxxxxxxxxx"
  5. set from = "bluethundr@gmail.com"
  6. set realname = "Timothy P Dunphy"
  7. set folder = "imaps://imap.gmail.com:993"
  8. set spoolfile = "+INBOX"
  9. set postponed="+[Gmail]/Drafts"
  10. #set header_cache=~/.mutt/cache/headers
  11. #set message_cachedir=~/.mutt/cache/bodies
  12. set certificate_file=~/.mutt/certificates
  13. set move = no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement