summaryrefslogtreecommitdiff
path: root/mail/archivemail/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2004-06-30 19:16:07 +0000
committerhubertf <hubertf>2004-06-30 19:16:07 +0000
commit230611fe2b66aebf1fa90897d4e3f70fdc2ccc66 (patch)
treefc940cbb4ffb0d1e7efd449d93eda7eb3939dd15 /mail/archivemail/patches
parent4bc312760f144620f7d821c239f864a0d0252253 (diff)
downloadpkgsrc-230611fe2b66aebf1fa90897d4e3f70fdc2ccc66.tar.gz
Patch to suppress some warning - from FreeBSD
Diffstat (limited to 'mail/archivemail/patches')
-rw-r--r--mail/archivemail/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/archivemail/patches/patch-aa b/mail/archivemail/patches/patch-aa
new file mode 100644
index 00000000000..4a1eaba1122
--- /dev/null
+++ b/mail/archivemail/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/06/30 19:16:07 hubertf Exp $
+
+--- archivemail.orig Wed Mar 17 01:31:23 2004
++++ archivemail Wed Mar 17 01:46:48 2004
+@@ -757,7 +757,7 @@
+
+ # files in the maildir 'cur' directory are no longer new,
+ # they are the same as messages with 'Status: O' headers in mbox
+- (None, last_dir) = os.path.split(os.path.dirname(message.fp.name))
++ (foo, last_dir) = os.path.split(os.path.dirname(message.fp.name))
+ if last_dir == "cur":
+ status = status + "O"