0.7.0 doesn't need this. reminded by Bruno Bigras. thanks

This commit is contained in:
msf 2006-12-29 03:09:26 +00:00
parent 0c72c8e143
commit 07c95766b9

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-archivemail,v 1.1.1.1 2005/04/08 20:23:43 msf Exp $
--- archivemail.orig Fri Apr 8 16:04:38 2005
+++ archivemail Fri Apr 8 16:05:10 2005
@@ -757,7 +757,7 @@ def add_status_headers(message):
# 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))
+ (ignoreme, last_dir) = os.path.split(os.path.dirname(message.fp.name))
if last_dir == "cur":
status = status + "O"