diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-05 20:56:44 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-05 20:56:44 +0000 |
commit | 5cda436c76f1d10f2f54be88aab339b375d15744 (patch) | |
tree | 96a8d1d3c7b602942bb39b90ea5b6f838b2959a9 /mail/getmail/patches | |
parent | b220924ae726b65e80a034ea552a12ea6a89e309 (diff) | |
download | pkgsrc-5cda436c76f1d10f2f54be88aab339b375d15744.tar.gz |
Initial import of getmail.
getmail is intended as a simple replacement for fetchmail. It retrieves mail
(either all messages, or only unread messages) from one or more POP3 servers
for one or more email accounts, and reliably delivers into a qmail-style
Maildir (or mbox file) specified on a per-account basis. It also has support
for domain (multidrop) mailboxes.
Package submitted by Tomasz Luchowski in PR pkg/11929.
Diffstat (limited to 'mail/getmail/patches')
-rw-r--r-- | mail/getmail/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/getmail/patches/patch-aa b/mail/getmail/patches/patch-aa new file mode 100644 index 00000000000..d869a319e71 --- /dev/null +++ b/mail/getmail/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/03/05 20:56:44 jtb Exp $ + +--- getmail.orig Tue Feb 20 23:24:07 2001 ++++ getmail +@@ -1,7 +1,7 @@ + #!/bin/sh + + # Change this to your getmail directory; defaults to /usr/lib/getmail +-GETMAILPATH="/usr/local/lib/getmail" ++GETMAILPATH="@PREFIX@/libexec/getmail" + + OLDPYTHONPATH=${PYTHONPATH} + PYTHONPATH="${GETMAILPATH}:${PYTHONPATH}" |