Created
July 8, 2010 05:16
-
-
Save iandexter/467664 to your computer and use it in GitHub Desktop.
mutt configuration file
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
# Gmail settings | |
set imap_user = "[email protected]" | |
set imap_pass = "password" | |
set smtp_url = "smtp://[email protected]:587/" | |
set smtp_pass = "password" | |
set from = "[email protected]" | |
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