Thomas Bruederli
2013-10-30 1723f9225182712d87d28eec998540069dba1cef
skins/classic/functions.js
@@ -625,7 +625,7 @@
enable_command: function(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');
    $('a.button.replyAll').attr('title', label);
  }