Skip to content

Instantly share code, notes, and snippets.

@iandexter
Created July 8, 2010 05:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iandexter/467664 to your computer and use it in GitHub Desktop.
Save iandexter/467664 to your computer and use it in GitHub Desktop.
mutt configuration file
# Gmail settings
set imap_user = "user@gmail.com"
set imap_pass = "password"
set smtp_url = "smtp://user@smtp.gmail.com:587/"
set smtp_pass = "password"
set from = "user@gmail.com"
set realname = "User 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 move = no
set sort = 'threads'
set sort_aux = 'last-date-received'
set imap_check_subscribed
# Some tweaks
set imap_keepalive = 300
set mail_check = 90
set timeout = 15
set charset = iso-8859-1
ignore *
unignore From Date Subject To Cc
hdr_order Date From To Cc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment