From: cvs2git Date: Tue, 20 May 2008 20:15:41 +0000 (+0000) Subject: This commit was manufactured by cvs2git to create branch 'AC-branch'. X-Git-Url: http://git.pld-linux.org/?p=packages%2Farchivemail.git;a=commitdiff_plain;h=refs%2Fheads%2FAC-branch This commit was manufactured by cvs2git to create branch 'AC-branch'. Sprout from master 2008-05-20 20:15:41 UTC Adam Gołębiowski '- updated to 0.7.2' Cherrypick from master 2004-11-27 23:14:00 UTC Elan Ruusamäe '- patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/mail/archivemail/files/patch-archivemail': archivemail-python23.patch -> 1.1 --- diff --git a/archivemail-python23.patch b/archivemail-python23.patch new file mode 100644 index 0000000..0c56a57 --- /dev/null +++ b/archivemail-python23.patch @@ -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" +