Created
August 11, 2012 07:06
-
-
Save kitchen/3321944 to your computer and use it in GitHub Desktop.
mutt config
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
| set imap_user="kitchen@scriptkitchen.com | |
| set imap_pass="PASSWORDGOESHERE" | |
| set smtp_url=smtps://kitchen@scriptkitchen.com@smtp.gmail.com/ | |
| set smtp_pass=$imap_pass | |
| # real name info | |
| set realname="Jeremy Kitchen" | |
| set from="kitchen@kitchen.io" | |
| alternates "kitchen@scriptkitchen.com" | |
| set envelope_from=yes | |
| # folder stuffs | |
| set folder=imaps://imap.gmail.com/ | |
| set spoolfile="=INBOX" | |
| set record="=[Gmail]/Sent Mail" | |
| set postponed="=[Gmail]/Drafts" | |
| # aliases | |
| set alias_file = ~/.mutt/shared/aliases | |
| source $alias_file | |
| # mailing lists | |
| source ~/.mutt/sk/subscriptions | |
| # shared | |
| source ~/.mutt/shared/shared.rc | |
| set pgp_sign_as=0x6300CC3D | |
| set crypt_autosign | |
| # vim: ft=muttrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment