Only load contacts list in main view

release-0.6
thomascube 14 years ago
parent fa59965b41
commit 8c37422b47

@ -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;

Loading…
Cancel
Save