summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/app.js
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-06-09 13:39:48 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-06-09 13:39:48 +0000
commit06f189aceca81c847cf09c7a091ff728e10268be (patch)
treec139d4322baea8bfec66429f996021d77ca9404a /roundcubemail/program/js/app.js
parent8188ef4d31de695931b54ae689ddbbdc99a2dbf5 (diff)
- Added mailboxlist options menu in message page
git-svn-id: https://svn.roundcube.net/trunk@3737 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/app.js')
-rw-r--r--roundcubemail/program/js/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index df512d06d..3067794e8 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -5022,7 +5022,8 @@ function rcube_webmail()
this.enable_command(this.env.message_commands, 'purge', 'expunge',
'select-all', 'select-none', 'sort', 'expand-all', 'expand-unread', 'collapse-all', false);
}
- this.triggerEvent('listupdate', { folder:this.env.mailbox, rowcount:this.message_list.rowcount });
+ if (this.message_list)
+ this.triggerEvent('listupdate', { folder:this.env.mailbox, rowcount:this.message_list.rowcount });
}
break;