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='[email protected]' | |
set imap_pass='password' | |
# email server location | |
set spoolfile=imaps://[email protected]@imap.gmail.com:993/INBOX | |
set folder=imaps://[email protected]@imap.gmail.com:993/ | |
set smtp_url=smtp://[email protected]:[email protected]:587 | |
set editor=/usr/bin/vi | |
set [email protected] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
obsolete