Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # gmail account setup in mutt
  2.  
  3. # replace "username" with your gmail username
  4. # replace "XXXX" with your gmail password
  5.  
  6. account-hook imaps://imap.gmail.com:993/ 'set imap_user=username imap_pass=XXXX'
  7. folder-hook imaps://imap.gmail.com:993/ 'set folder=imaps://imap.gmail.com:993/ spoolfile=imaps://imap.gmail.com:993/INBOX from="username <username@gmail.com>" smtp_url="smtp://username@smtp.gmail.com:587/" smtp_pass="XXXX" record="=[Gmail]/Sent Mail"'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement