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