]> git.pld-linux.org Git - packages/archivemail.git/commitdiff
This commit was manufactured by cvs2git to create branch 'AC-branch'. AC-branch
authorcvs2git <feedback@pld-linux.org>
Tue, 20 May 2008 20:15:41 +0000 (20:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2008-05-20 20:15:41 UTC Adam Gołębiowski <adamg@pld-linux.org> '- updated to 0.7.2'
Cherrypick from master 2004-11-27 23:14:00 UTC Elan Ruusamäe <glen@pld-linux.org> '- patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/mail/archivemail/files/patch-archivemail':
    archivemail-python23.patch -> 1.1

archivemail-python23.patch [new file with mode: 0644]

diff --git a/archivemail-python23.patch b/archivemail-python23.patch
new file mode 100644 (file)
index 0000000..0c56a57
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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" 
This page took 0.111005 seconds and 4 git commands to generate.