$NetBSD: patch-ap,v 1.2 2018/05/20 07:54:23 tron Exp $

Rewrite hard coded pathnames configuration file documentation

--- doc/Muttrc.orig	2018-05-19 18:47:52.000000000 +0100
+++ doc/Muttrc	2018-05-20 08:49:45.043893966 +0100
@@ -23,7 +23,7 @@
 "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 y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
@@ -995,11 +995,11 @@
 # 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
@@ -5430,7 +5430,7 @@
 # Setting this variable will cause mutt to open a pipe to a command
 # instead of a raw socket. You may be able to use this to set up
 # preauthenticated connections to your IMAP/POP3/SMTP server. Example:
-# set tunnel="ssh -q mailhost.net /usr/local/libexec/imapd"
+# set 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.
