]> git.pld-linux.org Git - packages/archivemail.git/blob - archivemail-python23.patch
- patch from http://www.freebsd.org/cgi/cvsweb.cgi/ports/mail/archivemail/files/patch...
[packages/archivemail.git] / archivemail-python23.patch
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.137445 seconds and 3 git commands to generate.