diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-18 18:40:58 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-18 18:40:58 +0000 |
| commit | 3291cd0275768e182cd6b87007a9309bc2069deb (patch) | |
| tree | e0206090271b998f35d3dc74784add316136f321 /roundcubemail/program | |
| parent | aaa0403ad31915042c3884cd6dbca89c62796509 (diff) | |
Only load contacts list in main view
git-svn-id: https://svn.roundcube.net/trunk@4935 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/app.js | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
