Skip to content

Instantly share code, notes, and snippets.

@letoh
Created February 4, 2013 03:15
Show Gist options
  • Select an option

  • Save letoh/4704840 to your computer and use it in GitHub Desktop.

Select an option

Save letoh/4704840 to your computer and use it in GitHub Desktop.
## Header to ignore
source ~/.mutt/ignore
## Keybindings
source ~/.mutt/keybind
## Color
source ~/.mutt/color
## GnuPG
source ~/.mutt/gpg
## Scoring
#source ~/.mutt/score
## Aliases
set alias_file=~/.mutt/aliases
source ~/.mutt/aliases
## Personal info
source ~/.mutt/personal
set sort=date
open-hook \\.gz$ "gzip -cd %f > %t"
close-hook \\.gz$ "gzip -c %t > %f"
append-hook \\.gz$ "gzip -c %t >> %f"
set ispell=ispell
set editor="vim -c 'set tw=72 et ft=mail'"
set allow_8bit
set ascii_chars=yes
set pager_index_lines=5
set smart_wrap # wrap long lines at word boundary.
set to_chars=" +TCFL"
set pager_stop # Don't jump to next message at end of message
set locale="zh_TW"
set delete=yes # ask for confirmation when deleting messages?
set move=no # Move mail-spool to $mbox?
set folder=~/Mail
set mbox=~/Mail/inbox
set record=~/Mail/outbox.`date +%m-%Y`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment