Update Mutt Settings

- Enable 'beep' to alert tmux of new message
- Enable 'fast replies' to reduce keypresses in replies
- Pre-define answer for recalling messages
Tested-on: raspi <04 Apr 2014>
This commit is contained in:
Tom Swartz
2014-04-04 16:18:06 -04:00
parent 9c8f698cd7
commit 569152fbf1

View File

@@ -26,13 +26,18 @@ bind editor "\t" complete-query
set forward_quote
set include
set beep_new
set indent_str="> "
set check_new=yes
set sort='threads'
set help=no
set sort_aux='reverse-last-date-received'
set help=no
set fast_reply
set editor="vim -c 'set spell spelllang=en_us'"
set recall=ask-no
unset imap_passive
unset suspend
unset read_only
color status brightwhite blue
color tree brightred default