Old patch.Muttrc
1 *** mutt-1.5.18/doc/Muttrc.orig Mon Sep 29 21:55:19 2008
2 --- mutt-1.5.18/doc/Muttrc Mon Sep 29 22:01:27 2008
3 ***************
4 *** 18,24 ****
5 "call urlview to extract URLs out of a message"
6
7 # Show documentation when pressing F1
8 ! macro generic,pager <F1> "<shell-escape> less /usr/local/share/doc/mutt/manual.txt<Enter>" "show Mutt documentation"
9
10 # show the incoming mailboxes list (just like "mutt -y") and back when pressing "y"
11 macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
12 --- 18,24 ----
13 "call urlview to extract URLs out of a message"
14
15 # Show documentation when pressing F1
16 ! macro generic,pager <F1> "<shell-escape> less /opt/sfw/share/doc/mutt/manual.txt<Enter>" "show Mutt documentation"
17
18 # show the incoming mailboxes list (just like "mutt -y") and back when pressing "y"
19 macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
20 ***************
21 *** 714,724 ****
22 # filtered message is read from the standard output.
23 #
24 #
25 ! # set dotlock_program="/usr/local/bin/mutt_dotlock"
26 #
27 # Name: dotlock_program
28 # Type: path
29 ! # Default: "/usr/local/bin/mutt_dotlock"
30 #
31 #
32 # Contains the path of the mutt_dotlock (8) binary to be used by
33 --- 714,724 ----
34 # filtered message is read from the standard output.
35 #
36 #
37 ! # set dotlock_program="/opt/sfw/bin/mutt_dotlock"
38 #
39 # Name: dotlock_program
40 # Type: path
41 ! # Default: "/opt/sfw/bin/mutt_dotlock"
42 #
43 #
44 # Contains the path of the mutt_dotlock (8) binary to be used by
45 ***************
46 *** 1562,1568 ****
47 # See also: ``$to_chars''.
48 #
49 #
50 ! # set ispell="ispell"
51 #
52 # Name: ispell
53 # Type: path
54 --- 1562,1568 ----
55 # See also: ``$to_chars''.
56 #
57 #
58 ! # set ispell="/opt/sfw/bin/ispell"
59 #
60 # Name: ispell
61 # Type: path
62 ***************
63 *** 4301,4307 ****
64 # instead of a raw socket. You may be able to use this to set up
65 # preauthenticated connections to your IMAP/POP3 server. Example:
66 #
67 ! # tunnel="ssh -q mailhost.net /usr/local/libexec/imapd"
68 #
69 # NOTE: For this example to work you must be able to log in to the remote
70 # machine without having to enter a password.
71 --- 4301,4307 ----
72 # instead of a raw socket. You may be able to use this to set up
73 # preauthenticated connections to your IMAP/POP3 server. Example:
74 #
75 ! # tunnel="ssh -q mailhost.net /opt/sfw/libexec/imapd"
76 #
77 # NOTE: For this example to work you must be able to log in to the remote
78 # machine without having to enter a password.