summaryrefslogtreecommitdiff
path: root/mail/archivemail/patches
diff options
context:
space:
mode:
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"