--- a/mutt/mailcap Tue Jul 05 14:52:11 2011 -0400
+++ b/mutt/mailcap Wed Jul 06 13:55:07 2011 -0400
@@ -27,7 +27,7 @@
application/pdf; ~/.mutt/view_attachment.sh %s pdf
# HTML
-text/html; open 'file://%s'
+text/html; ~/.mutt/view_attachment.sh %s html
# Unidentified.
application/octet-stream; ~/.mutt/view_attachment.sh %s "-"
--- a/mutt/muttrc Tue Jul 05 14:52:11 2011 -0400
+++ b/mutt/muttrc Wed Jul 06 13:55:07 2011 -0400
@@ -6,7 +6,7 @@
set mailcap_path = ~/.mutt/mailcap # entrys for filetypes
set signature = ~/.mutt/sig # my signature file
set tmpdir = ~/.mutt/temp # where to keep temp files
-set editor = "vim +/^$ +:s/^$/\\\\r\\\\r/ +:noh -c 'normal! k' -c 'redraw'" # use vim
+set editor = "vim +/^$ +:s/^$/\\\\r\\\\r/ +:noh -c 'normal! k' -c 'set nolist' -c 'redraw'" # use vim
set print_command = /usr/bin/enscript # print with enscript
# main options
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/zsh/keys.zsh Wed Jul 06 13:55:07 2011 -0400
@@ -0,0 +1,1 @@
+alias key-dan='echo "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA47M4qmsZT2Ztju1/l/NLVOYKwYSnhTFHG4WuFIc2RfhfQ7Zj1D8Y3renX/uVYtERk6A6axRjAbfqS7Cl73u/UapMnap0a5ysP3AP31+jmEAEfyz3DhellcN08sgIxV5YTC8kpfBi752XhdK9gfVzzxlzQHiGbFMQkMXUnxPsqObdRsAafMFxy7QcZU9s4mL+w2dSWdN24Dg84REAuDP3Rt1P3ORTHbzxLsRAUPG5OTChfjG/ITZYDdmv/g2R0vEcdoSGxGVsja3DTfaUz1kgWtbDA+w0w7VJT6THkz2tkMqwqcRh1w3uG4qvtw2TE84Vj5b73w29kbpcNEcQwtlTtQ== dumbwaiterdesign@Dumbwaiter-Designs-MacBook-Pro.local" | pbcopy'