Created
February 4, 2013 03:15
-
-
Save letoh/4704840 to your computer and use it in GitHub Desktop.
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
| ## 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 |
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 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