Created
June 1, 2012 23:31
-
-
Save ra/2855749 to your computer and use it in GitHub Desktop.
Gmail .muttrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # login information | |
| set imap_user='account@gmail.com' | |
| set imap_pass='password' | |
| # email server location | |
| set spoolfile=imaps://account@gmail.com@imap.gmail.com:993/INBOX | |
| set folder=imaps://account@gmail.com@imap.gmail.com:993/ | |
| set smtp_url=smtp://account@gmail.com:password@smtp.gmail.com:587 | |
| set editor=/usr/bin/vi | |
| set from=account@gmail.com | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
obsolete