[geary/wip/delete-folder-714357: 4/4] Remove TODO



commit b59e2a23ffa4d17117b75fd60dbd58bcba38f8e5
Author: Charles Lindsay <chaz yorba org>
Date:   Wed Feb 12 17:44:10 2014 -0800

    Remove TODO
    
    It looks like in this case the connection will either just keep going as
    if nothing is wrong, or the server will sever it.  Either way, we have
    issues at other layers of the stack, not here.

 src/engine/imap-db/imap-db-account.vala |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/engine/imap-db/imap-db-account.vala b/src/engine/imap-db/imap-db-account.vala
index 19c23f7..9489299 100644
--- a/src/engine/imap-db/imap-db-account.vala
+++ b/src/engine/imap-db/imap-db-account.vala
@@ -217,8 +217,6 @@ private class Geary.ImapDB.Account : BaseObject {
         throws Error {
         check_open();
         
-        // TODO: wait for the folder to close?  Is it possible for it to even be open?
-        
         Geary.FolderPath path = folder.path;
         
         yield db.exec_transaction_async(Db.TransactionType.RW, (cx) => {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]