]> git.pld-linux.org Git - packages/archivemail.git/commitdiff
- outdated
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 28 Aug 2007 13:58:54 +0000 (13:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    archivemail-python23.patch -> 1.2

archivemail-python23.patch [deleted file]

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