summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/patches/patch-ap
blob: b209908ad52c43de13aa621db5e37ed75ed0b468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
$NetBSD: patch-ap,v 1.1 2008/11/29 21:31:59 joerg Exp $

--- doc/Muttrc.orig	2008-11-29 22:13:21.000000000 +0100
+++ doc/Muttrc
@@ -18,7 +18,7 @@ macro index,pager,attach,compose \cb "\
 "call urlview to extract URLs out of a message"
 
 # Show documentation when pressing F1
-macro generic,pager <F1> "<shell-escape> less /usr/local/share/doc/mutt/manual.txt<Enter>" "show Mutt documentation"
+macro generic,pager <F1> "<shell-escape> less @DOCDIR@/manual.txt<Enter>" "show Mutt documentation"
 
 # show the incoming mailboxes list (just like "mutt -y") and back when pressing "y"
 macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
@@ -719,11 +719,11 @@ attachments   -I message/external-body
 # filtered message is read from the standard output.
 # 
 # 
-# set dotlock_program="/usr/local/bin/mutt_dotlock"
+# set dotlock_program="@PREFIX@/bin/mutt_dotlock"
 #
 # Name: dotlock_program
 # Type: path
-# Default: "/usr/local/bin/mutt_dotlock"
+# Default: "@PREFIX@/bin/mutt_dotlock"
 # 
 # 
 # Contains the path of the mutt_dotlock (8) binary to be used by
@@ -4306,7 +4306,7 @@ attachments   -I message/external-body
 # instead of a raw socket. You may be able to use this to set up
 # preauthenticated connections to your IMAP/POP3 server. Example:
 # 
-# tunnel="ssh -q mailhost.net /usr/local/libexec/imapd"
+# tunnel="ssh -q mailhost.net @PREFIX@/libexec/imapd"
 # 
 # NOTE: For this example to work you must be able to log in to the remote
 # machine without having to enter a password.