From fa59965b41023095d4da710a72ce71bb230de1eb Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 18 Jul 2011 13:35:12 -0400 Subject: [PATCH] Asynchronously load contacts after page load --- program/js/app.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index 3143236..5777167 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -338,6 +338,9 @@ 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; -- Gitblit v1.9.1