Skip to content

Instantly share code, notes, and snippets.

@burlresearch
Created November 19, 2014 13:48
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save burlresearch/1f1d2ec85d03b02c84b4 to your computer and use it in GitHub Desktop.
Save burlresearch/1f1d2ec85d03b02c84b4 to your computer and use it in GitHub Desktop.
Mutt IMAP setup for Google Apps account
set realname = "Scott Burlington"
set from = "scott@burlresearch.com"
set imap_user = "scott@burlresearch.com"
set imap_pass = "XXX"
set smtp_url = "smtp://scott@burlresearch.com@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