$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" 
 
