Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1.  
  2. set imap_user = "gfpadovan@gmail.com"
  3. set imap_pass = "****"
  4.  
  5. set smtp_url = "smtp://gfpadovan@smtp.gmail.com:587/"
  6. set smtp_pass = "***"
  7. set from = "gustavo@padovan.org"
  8. set realname = "Gustavo F. Padovan"
  9.  
  10. set signature=~/.mutt/padovan/signature
  11.  
  12. set folder = "imaps://imap.gmail.com:993"
  13. set spoolfile = "+INBOX"
  14. set postponed="+[Gmail]/Drafts"
  15.  
  16. set header_cache=~/.mutt/padovan/cache/headers
  17. set message_cachedir=~/.mutt/padovan/cache/bodies
  18. set certificate_file=~/.mutt/padovan/certificates
  19.  
  20. set move = no
  21.  
  22. # activate TLS if available on the server
  23. set ssl_starttls=yes
  24. # always use SSL when connecting to a server
  25. set ssl_force_tls=yes
  26. # Don't wait to enter mailbox manually
  27. unset imap_passive
  28. # Automatically poll subscribed mailboxes for new mail (new in 1.5.11)
  29. #set imap_check_subscribed
  30.  
  31. #mailboxes to show new email
  32. mailboxes "=INBOX"
  33. mailboxes "=allmsgs"
  34. mailboxes "=littlechina"
  35. mailboxes "=faixadegaza"
  36. mailboxes "=DCE"
  37. mailboxes "=IEL"
  38. mailboxes "=GPSL"
  39. mailboxes "=linux-bluetooth"
  40. mailboxes "=ofono"
  41. mailboxes "=connman"
  42. mailboxes "=GSoC-Admin"
  43. mailboxes "=CACo"
  44. mailboxes "=migueh"
  45. mailboxes "=python-unicamp"
  46. mailboxes "=vim-unicamp"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement