]> git.pld-linux.org Git - packages/archivemail.git/blame - archivemail-python23.patch
- patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/mail/archivemail/files/patch...
[packages/archivemail.git] / archivemail-python23.patch
CommitLineData
39667366
ER
1--- archivemail.orig Wed Mar 17 01:31:23 2004
2+++ archivemail Wed Mar 17 01:46:48 2004
3@@ -757,7 +757,7 @@
4
5 # files in the maildir 'cur' directory are no longer new,
6 # they are the same as messages with 'Status: O' headers in mbox
7- (None, last_dir) = os.path.split(os.path.dirname(message.fp.name))
8+ (foo, last_dir) = os.path.split(os.path.dirname(message.fp.name))
9 if last_dir == "cur":
10 status = status + "O"
11
This page took 0.056814 seconds and 4 git commands to generate.