]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- gzipped mutt manual could be loaded with 'F1' key
authorJarosław Kruk <jareq@pld-linux.org>
Fri, 2 Aug 2002 16:23:40 +0000 (16:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mutt-manual.patch -> 1.1

mutt-manual.patch [new file with mode: 0644]

diff --git a/mutt-manual.patch b/mutt-manual.patch
new file mode 100644 (file)
index 0000000..cdb249f
--- /dev/null
@@ -0,0 +1,16 @@
+diff -urN mutt-1.4.orig/Muttrc.head.in mutt-1.4/Muttrc.head.in
+--- mutt-1.4.orig/Muttrc.head.in       Mon Mar 20 11:25:49 2000
++++ mutt-1.4/Muttrc.head.in    Thu Aug  1 21:48:21 2002
+@@ -15,9 +15,9 @@
+ macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'
+ # Show documentation when pressing F1
+-macro generic <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
+-macro index   <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
+-macro pager   <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
++macro generic <f1> "!less @docdir@/manual.txt.gz\n" "Show Mutt documentation"
++macro index   <f1> "!less @docdir@/manual.txt.gz\n" "Show Mutt documentation"
++macro pager   <f1> "!less @docdir@/manual.txt.gz\n" "Show Mutt documentation"
+ # If Mutt is unable to determine your site's domain name correctly, you can
+ # set the default here.
This page took 0.074614 seconds and 4 git commands to generate.