summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt-devel/patches/patch-ap')
-rw-r--r--mail/mutt-devel/patches/patch-ap22
1 files changed, 11 insertions, 11 deletions
diff --git a/mail/mutt-devel/patches/patch-ap b/mail/mutt-devel/patches/patch-ap
index b209908ad52..127b52238eb 100644
--- a/mail/mutt-devel/patches/patch-ap
+++ b/mail/mutt-devel/patches/patch-ap
@@ -1,8 +1,8 @@
-$NetBSD: patch-ap,v 1.1 2008/11/29 21:31:59 joerg Exp $
+$NetBSD: patch-ap,v 1.2 2009/01/26 22:35:03 tonio Exp $
---- doc/Muttrc.orig 2008-11-29 22:13:21.000000000 +0100
+--- doc/Muttrc.orig 2009-01-06 01:36:17.000000000 +0100
+++ doc/Muttrc
-@@ -18,7 +18,7 @@ macro index,pager,attach,compose \cb "\
+@@ -23,7 +23,7 @@ macro index,pager,attach,compose \cb "\
"call urlview to extract URLs out of a message"
# Show documentation when pressing F1
@@ -11,7 +11,7 @@ $NetBSD: patch-ap,v 1.1 2008/11/29 21:31:59 joerg Exp $
# 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
+@@ -750,11 +750,11 @@ attachments -I message/external-body
# filtered message is read from the standard output.
#
#
@@ -24,13 +24,13 @@ $NetBSD: patch-ap,v 1.1 2008/11/29 21:31:59 joerg Exp $
+# 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
+ # Contains the path of the mutt_dotlock(8) binary to be used by
+@@ -4472,7 +4472,7 @@ attachments -I message/external-body
+ # 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 server. Example:
+ # 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"
#
--# 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
+ # Note: For this example to work you must be able to log in to the remote
# machine without having to enter a password.