[Xfce4-commits] <postler:master> Fetch folders after updating account details

Christian Dywan noreply at xfce.org
Mon Feb 21 03:22:02 CET 2011


Updating branch refs/heads/master
         to 2daa5493b7096ad580a2855e774e400181af60ee (commit)
       from 47848d5bf0cfed339b5c6e699915c854402903ef (commit)

commit 2daa5493b7096ad580a2855e774e400181af60ee
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Feb 21 02:58:38 2011 +0100

    Fetch folders after updating account details

 postler/postler-folders.vala |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/postler/postler-folders.vala b/postler/postler-folders.vala
index 5224c4b..a96176f 100644
--- a/postler/postler-folders.vala
+++ b/postler/postler-folders.vala
@@ -706,8 +706,10 @@ public class Postler.Folders : Gtk.TreeView {
                          (setup, info) => {
                          if (info == null)
                              accounts.remove_info (account_info);
-                         else
+                         else {
                              accounts.update ();
+                             new Postler.Client ().fetch (info.name);
+                         }
                          populate ();
                      } );
                  }



More information about the Xfce4-commits mailing list