]> git.pld-linux.org Git - packages/mutt.git/blame - mutt-manual.patch
- add mutt-long-lines.patch to allow reading mails with long lines
[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"
9617bb21
JB
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"
1f481659
JK
14
15 # If Mutt is unable to determine your site's domain name correctly, you can
16 # set the default here.
f2fab279
JB
17--- mutt-1.4.2.1/doc/mutt.man.orig Mon Feb 16 14:46:34 2004
18+++ mutt-1.4.2.1/doc/mutt.man Mon Feb 16 14:58:25 2004
19@@ -138,7 +138,7 @@
20 System mapping between MIME types and file extensions.
21 .IP "/usr/local/bin/mutt_dotlock"
22 The privileged dotlocking program.
23-.IP "/usr/local/doc/mutt/manual.txt"
24+.IP "/usr/local/doc/mutt/manual.txt.gz"
25 The Mutt manual.
26 .SH BUGS
27 .PP
This page took 0.026355 seconds and 4 git commands to generate.