From c70ab7e897f8f1fc9a9cf476ca3fdb58d0d6f97f Mon Sep 17 00:00:00 2001 From: jgoerzen Date: Thu, 4 Jul 2002 09:35:44 +0100 Subject: [PATCH] /head: changeset 75 Fixed a bug with generating mailbox listings --- head/offlineimap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/head/offlineimap.py b/head/offlineimap.py index 2e6d31c..6c52af2 100644 --- a/head/offlineimap.py +++ b/head/offlineimap.py @@ -168,6 +168,7 @@ def syncfolder(accountname, remoterepos, remotefolder, localrepos, def syncitall(): + global mailboxes mailboxes = [] # Reset. threads = [] for accountname in accounts: @@ -179,7 +180,6 @@ def syncitall(): threads.append(thread) # Wait for the threads to finish. threadutil.threadsreset(threads) - mbnames.genmbnames(config, mailboxes) syncitall()