Guest User

Untitled

a guest
Mar 17th, 2017
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. set imap_user = “****@gmx.com”
  2. set imap_pass = “****”
  3.  
  4. set smtp_url = “smtp://****@mail.gmx.com:587/”
  5. set smtp_pass = “****”
  6. set from = “****@gmx.com”
  7. set realname = “J S”
  8.  
  9. set pop_host="pop.gmx.com"
  10. set pop_user="****@gmx.com"
  11.  
  12. #set folder = “imaps://imap.gmx.com:993”
  13. #set spoolfile = “+INBOX”
  14. #set postponed=”+[GMX]/Drafts”
  15.  
  16. #set header_cache=~/.mutt/cache/headers
  17. #set message_cachedir=~/.mutt/cache/bodies
  18. #set certificate_file=~/.mutt/certificates
  19.  
  20. #set move = no
Add Comment
Please, Sign In to add comment