offlineimap rev 535

"Automatic Subversion Change Mailer" <[email protected]> Mon, 28 Jul 2003 08:10:01 -0500 (CDT)
Newsgroups gmane.mail.imap.offlineimap.subversion
Message-ID <[email protected]>
You are receiving this message because
all commits get sent to this address.

Author: jgoerzen
Date: 2003-07-28 08:09:56 -0500 (Mon, 28 Jul 2003)
New Revision: 535

Modified:
  offlineimap/branches/twisted/offlineimap/folder/Base.py

Log:
Committed.


Diff:
Modified: offlineimap/branches/twisted/offlineimap/folder/Base.py
==============================================================================
--- offlineimap/branches/twisted/offlineimap/folder/Base.py	2003-07-28 00:42:25 UTC (rev 534)
+++ offlineimap/branches/twisted/offlineimap/folder/Base.py	2003-07-28 13:09:56 UTC (rev 535)
@@ -320,7 +320,9 @@
         """Pass 3 of folder synchronization.
 
         Look for message present in dest but not in self.
-        If any, delete them."""
+        If any, delete them.
+
+        Returns a deferred #FIXME: START HERE"""
         deletelist = []
         for uid in dest.getmessagelist().keys():
             if uid < 0: