Created
May 17, 2013 20:57
-
-
Save omar-yassin/5601913 to your computer and use it in GitHub Desktop.
GoogleAps/GMail: SMTP IMAP Setup: ~/.muttrc
This file contains 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
set realname = "Your Name" | |
set folder = "imaps://imap.gmail.com:993" | |
set spoolfile = "+INBOX" | |
set postponed="+[Gmail]/Drafts" | |
set header_cache=~/.mutt/cache/headers | |
set message_cachedir=~/.mutt/cache/bodies | |
set certificate_file=~/.mutt/certificates | |
set imap_user = "[email protected]" | |
set imap_pass = "pass" | |
set smtp_url = "smtp://[email protected]:[email protected]:587/" | |
set from = "[email protected]" | |
set move = no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment