summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-07-18 17:35:12 +0000
committerthomascube <thomas@roundcube.net>2011-07-18 17:35:12 +0000
commitfa59965b41023095d4da710a72ce71bb230de1eb (patch)
tree448a135fdc8ca5226b25d75bfa0240e60833f0ce /program/js
parent3a9f7954baf92a40ee149c8d0acc3e56826945ff (diff)
Asynchronously load contacts after page load
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 3143236d2..5777167a1 100644
--- a/program/js/app.js
+++ b/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;