[geary/wip/create-folders-713492] Save updated account info



commit 1332b339e4d07641ccac5b9902041ceced4a24dd
Author: Charles Lindsay <chaz yorba org>
Date:   Wed Feb 5 18:06:28 2014 -0800

    Save updated account info

 .../imap-engine/imap-engine-generic-account.vala   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/engine/imap-engine/imap-engine-generic-account.vala 
b/src/engine/imap-engine/imap-engine-generic-account.vala
index 5450662..bd0d93f 100644
--- a/src/engine/imap-engine/imap-engine-generic-account.vala
+++ b/src/engine/imap-engine/imap-engine-generic-account.vala
@@ -502,7 +502,7 @@ private abstract class Geary.ImapEngine.GenericAccount : Geary.AbstractAccount {
                 path = new Imap.FolderRoot(search_names[0], null);
             
             information.set_special_folder_path(special, path);
-            // TODO: save information?
+            yield information.store_async(cancellable);
         }
         
         if (path in folder_map.keys) {


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