summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/app.js
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-18 17:35:12 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-18 17:35:12 +0000
commitaaa0403ad31915042c3884cd6dbca89c62796509 (patch)
treef8e362a1924925bd67153ac6a82ab42d1d1e8b36 /roundcubemail/program/js/app.js
parentd434f7141ad54d31a1a816f75fb974c56ff26936 (diff)
Asynchronously load contacts after page load
git-svn-id: https://svn.roundcube.net/trunk@4934 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/app.js')
-rw-r--r--roundcubemail/program/js/app.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 3143236d2..5777167a1 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -338,6 +338,9 @@ function rcube_webmail()
this.enable_command('add', 'import', this.env.writable_source);
this.enable_command('list', 'listgroup', 'advanced-search', true);
+
+ // load contacts of selected source
+ this.command('list', this.env.source);
break;