Blame SOURCES/mutt-1.5.18-muttrc.patch

e35c5e
diff -up mutt-1.5.18/doc/Muttrc.head.muttrc mutt-1.5.18/doc/Muttrc.head
e35c5e
--- mutt-1.5.18/doc/Muttrc.head.muttrc	2008-01-30 05:26:50.000000000 +0100
e35c5e
+++ mutt-1.5.18/doc/Muttrc.head	2008-05-19 10:58:21.000000000 +0200
e35c5e
@@ -19,11 +19,15 @@ macro index,pager,attach,compose \cb "\
e35c5e
 
e35c5e
 # Show documentation when pressing F1
e35c5e
 macro generic,pager <F1> "<shell-escape> less @docdir@/manual.txt<Enter>" "show Mutt documentation"
e35c5e
+# and also F2, as some terminals use F1
e35c5e
+macro generic,pager <F2> "<shell-escape> less @docdir@/manual.txt<Enter>" "show Mutt documentation"
e35c5e
 
e35c5e
 # show the incoming mailboxes list (just like "mutt -y") and back when pressing "y"
e35c5e
 macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
e35c5e
 bind browser y exit
e35c5e
 
e35c5e
+bind editor <delete> delete-char
e35c5e
+
e35c5e
 # If Mutt is unable to determine your site's domain name correctly, you can
e35c5e
 # set the default here.
e35c5e
 #
e35c5e
diff -up mutt-1.5.18/contrib/sample.muttrc mutt-1.5.18/contrib/sample