summaryrefslogtreecommitdiff
path: root/skins/larry
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-10-30 12:20:29 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-10-30 12:20:29 +0100
commit1723f9225182712d87d28eec998540069dba1cef (patch)
tree33006e2f5b817f8540b5f43a926b60255dbfb5f0 /skins/larry
parent5b334509a80dd2d447a505944c6c5cb63447dd1f (diff)
parented119d3639db9cb1e9553bc5a7e9a1ca81ece98d (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/larry')
-rw-r--r--skins/larry/ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js
index d558f16a2..0fd0241f7 100644
--- a/skins/larry/ui.js
+++ b/skins/larry/ui.js
@@ -473,7 +473,7 @@ function rcube_mail_ui()
function enable_command(p)
{
- if (p.command == 'reply-list') {
+ if (p.command == 'reply-list' && rcmail.env.reply_all_mode == 1) {
var label = rcmail.gettext(p.status ? 'replylist' : 'replyall');
if (rcmail.env.action == 'preview')
$('a.button.replyall').attr('title', label);