Skip to content

Instantly share code, notes, and snippets.

@kitchen
Created August 23, 2012 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitchen/3432100 to your computer and use it in GitHub Desktop.
Save kitchen/3432100 to your computer and use it in GitHub Desktop.
muttrc first iteration
# me
set realname = "Jeremy Kitchen"
set from = "jeremy.kitchen@example.com"
set envelope_from = yes
# work account info
set imap_user="jeremy.kitchen"
set imap_pass="REDACTED"
set folder = imaps://mail.example.com/
# default mailboxes
## this is an exchange server, so this is where Outlook puts its stuff
set spoolfile = "=INBOX"
set record = "=Sent Items"
set postponed = "=Drafts"
## save copies of sent mail to $record
set copy=yes
# color scheme
source ~/.mutt/solarized/mutt-colors-solarized-dark-16.muttrc
# things I can't live without
set sort = threads
# vim-ish keybindings for going to the bottom of things
bind pager "G" bottom
bind index "G" bottom
bind browser "G" bottom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment