Guest User

Untitled

a guest
Dec 9th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # me
  2. set realname = "Jeremy Kitchen"
  3. set from = "kitchen@example.org"
  4. set envelope_from = yes
  5.  
  6. # personal account info
  7. set imap_user = "kitchen@example.org"
  8. set imap_pass = "REDACTED"
  9. set folder = imaps://imap.gmail.com/
  10. set smtp_url = smtps://kitchen@example.org@smtp.gmail.com/
  11. set smtp_pass = $imap_pass
  12.  
  13. # default mailboxes
  14. ## this is google apps, these are the places to store bits
  15. set spoolfile = "=INBOX"
  16. set record = "=[Gmail]/Sent Mail"
  17. set postponed = "=[Gmail]/Drafts"
  18.  
  19. # bring in the shared
  20. source ~/.mutt/shared.rc
  21.  
  22. # vim: ft=muttrc:
Add Comment
Please, Sign In to add comment