From 3291cd0275768e182cd6b87007a9309bc2069deb Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 18 Jul 2011 18:40:58 +0000 Subject: Only load contacts list in main view git-svn-id: https://svn.roundcube.net/trunk@4935 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 5777167a1..f670bb0bc 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -340,7 +340,8 @@ function rcube_webmail() this.enable_command('list', 'listgroup', 'advanced-search', true); // load contacts of selected source - this.command('list', this.env.source); + if (!this.env.action) + this.command('list', this.env.source); break; -- cgit v1.2.3