Updating branch refs/heads/master
to 8eed4867ba0b87fdd0586ca31d745bd388e80045 (commit)
from 5e46d0a9d5c2a56d47caeb500542177f0ad5a08f (commit)
commit 8eed4867ba0b87fdd0586ca31d745bd388e80045
Author: Christian Dywan <[email protected]>
Date: Sat Jul 17 16:13:14 2010 +0200
Implicitly update path when adding IMAP accounts
postler/postler-accounts.vala | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/postler/postler-accounts.vala b/postler/postler-accounts.vala
index 6b0a42d..bd8e7a0 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -168,6 +168,8 @@ public class Postler.Accounts : GLib.Object {
}
public void add_info (AccountInfo info) {
+ if (info.type == AccountType.IMAP)
+ info.path = data_path + info.name;
infos.append (info);
/* TODO: Update accountrc file */
}
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits