Add mutt settings.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.muttrc Thu Sep 08 17:15:27 2011 +0300
@@ -0,0 +1,21 @@
+set folder = ~/Mail # Directory that contains all mail files (mailboxes)
+set realname = "Steve Kemp"
+set signature = ~/.signature
+set record = +sent-mail # Where to save copies of outgoing mail
+set fast_reply # replies and forwards with same names and subject
+set copy="yes" # Always save a copy of outgoing mails
+set delete="yes" # Don't ask for mails flagged 'deleted' when exiting
+set move="no" # Don't move to 'mbox'
+set postpone="ask-yes" # Unsent messages
+set confirmappend="no" # Don't ask to append a mail
+set confirmcreate="yes" # Ask before creating a new folder
+set save_empty="no" # Delete empty folders
+macro index .n "l~N\n" # Show new messages macro index
+macro index .a "l~A\n" # Show all messages
+macro pager "w" "set invsmart_wrap invmarkers" # Toggle wrap stuff
+# Allow headers to be headered.
+set edit_headers=yes
+
+set pager_index_lines=10
+set pager_stop=yes
+set mark_old=no
--- a/Makefile Thu Sep 08 16:57:51 2011 +0300
+++ b/Makefile Thu Sep 08 17:15:27 2011 +0300
@@ -25,7 +25,7 @@
OVERRIDDEN_ITEMS = \
.inputrc .minttyrc .Xdefaults .xinitrc .xserverrc .screenrc \
.bashrc .zshrc .vimrc .ssh \
- .mailsign .tidy \
+ .mailsign .muttrc .tidy \
.dictrc \
.hgrc .hgignore .bazaar .gitconfig .gitignore \
.gnupg