/head: changeset 75

Fixed a bug with generating mailbox listings
This commit is contained in:
jgoerzen 2002-07-04 09:35:44 +01:00
parent 1669e0a2df
commit c70ab7e897
1 changed files with 1 additions and 1 deletions

View File

@ -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()