Created
November 19, 2014 13:48
-
-
Save burlresearch/1f1d2ec85d03b02c84b4 to your computer and use it in GitHub Desktop.
Mutt IMAP setup for Google Apps account
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 = "Scott Burlington" | |
set from = "[email protected]" | |
set imap_user = "[email protected]" | |
set imap_pass = "XXX" | |
set smtp_url = "smtp://[email protected]@smtp.gmail.com:587/" | |
set smtp_pass = "XXX" | |
set folder = imaps://imap.gmail.com/ | |
set spoolfile = "+INBOX" | |
set postponed = "+[Gmail]/Drafts" | |
set sort = 'threads' | |
set sort_aux = 'last-date-received' | |
set imap_check_subscribed | |
ignore "Authentication-Results:" | |
ignore "DomainKey-Signature:" | |
ignore "DKIM-Signature:" | |
hdr_order Date From To Cc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment