Blame SOURCES/mutt-1.5.18-muttrc.patch

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