]> git.pld-linux.org Git - packages/mutt.git/blame - mutt-manual.patch
- gzipped mutt manual could be loaded with 'F1' key
[packages/mutt.git] / mutt-manual.patch
CommitLineData
1f481659
JK
1diff -urN mutt-1.4.orig/Muttrc.head.in mutt-1.4/Muttrc.head.in
2--- mutt-1.4.orig/Muttrc.head.in Mon Mar 20 11:25:49 2000
3+++ mutt-1.4/Muttrc.head.in Thu Aug 1 21:48:21 2002
4@@ -15,9 +15,9 @@
5 macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'
6
7 # Show documentation when pressing F1
8-macro generic <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
9-macro index <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
10-macro pager <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
11+macro generic <f1> "!less @docdir@/manual.txt.gz\n" "Show Mutt documentation"
12+macro index <f1> "!less @docdir@/manual.txt.gz\n" "Show Mutt documentation"
13+macro pager <f1> "!less @docdir@/manual.txt.gz\n" "Show Mutt documentation"
14
15 # If Mutt is unable to determine your site's domain name correctly, you can
16 # set the default here.
This page took 0.028326 seconds and 4 git commands to generate.