summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files/patch-doc-mutt.man
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-18 21:06:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-18 21:06:43 +0000
commit09c657820f70d87959c2be8819d8531a1f3bea89 (patch)
treea5dcfbdb8597d63a876c4086b09a37c88ad07b5b /mail/mutt-devel/files/patch-doc-mutt.man
parentUpdate to 2.1. (diff)
- Update to 1.5.11
PR: ports/86303 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Notes
Notes: svn path=/head/; revision=143104
Diffstat (limited to 'mail/mutt-devel/files/patch-doc-mutt.man')
-rw-r--r--mail/mutt-devel/files/patch-doc-mutt.man20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/mutt-devel/files/patch-doc-mutt.man b/mail/mutt-devel/files/patch-doc-mutt.man
deleted file mode 100644
index 8fdd16a03194..000000000000
--- a/mail/mutt-devel/files/patch-doc-mutt.man
+++ /dev/null
@@ -1,20 +0,0 @@
---- doc/muttrc.man.orig Wed Mar 19 22:55:03 2003
-+++ doc/muttrc.man Sun Oct 26 11:16:05 2003
-@@ -1031,7 +1031,7 @@
- .B dotlock_program
- .nf
- Type: path
--Default: \(lq/usr/local/bin/mutt_dotlock\(rq
-+Default: \(lq${PREFIX}/bin/mutt_dotlock\(rq
- .fi
- .IP
- Contains the path of the mutt_dotlock (8) binary to be used by
-@@ -4410,7 +4410,7 @@
- instead of a raw socket. You may be able to use this to set up
- preauthenticated connections to your IMAP/POP3 server. Example:
- .IP
--tunnel=\(rqssh -q mailhost.net /usr/local/libexec/imapd\(rq
-+tunnel=\(rqssh -q mailhost.net ${PREFIX}/libexec/imapd\(rq
- .IP
- NOTE: For this example to work you must be able to log in to the remote
- machine without having to enter a password.