Blame SOURCES/mutt-1.10.0-muttrc.patch

fa40b0
diff -ur mutt-1.8.0.orig/doc/Muttrc.head mutt-1.8.0/doc/Muttrc.head
fa40b0
--- mutt-1.8.0.orig/doc/Muttrc.head	2017-02-25 15:28:22.120997474 +0000
fa40b0
+++ mutt-1.8.0/doc/Muttrc.head	2017-02-25 15:30:10.643079681 +0000
fa40b0
@@ -24,13 +24,17 @@
fa40b0
 
fa40b0
 # Show documentation when pressing F1
fa40b0
 macro generic,pager <F1> "<shell-escape> less @docdir@/manual.txt<Enter>" "show Mutt documentation"
fa40b0
+# and also F2, as some terminals use F1
fa40b0
+macro generic,pager <F2> "<shell-escape> less @docdir@/manual.txt<Enter>" "show Mutt documentation"
fa40b0
 
fa40b0
 # show the incoming mailboxes list (just like "mutt -y") and back when pressing "y"
fa40b0
 # note: these macros have been subsumed by the <browse-mailboxes> function.
fa40b0
 # macro index y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
fa40b0
 # macro pager y "<exit><change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
fa40b0
 bind browser y exit
fa40b0
 
fa40b0
+bind editor <delete> delete-char
fa40b0
+
fa40b0
 # Handler for gzip compressed mailboxes
fa40b0
 # open-hook   '\.gz$'  "gzip -cd  '%f' >  '%t'"
fa40b0
 # close-hook  '\.gz$'  "gzip -c   '%t' >  '%f'"