From 2355045dedc96274ca6b1c29612006e736b6f540 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 20 May 2013 04:32:52 -0400 Subject: [PATCH] Change Reply-All button label/title when mailing list is detected (#1488938) --- program/steps/mail/show.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index 2ad1ba9..d8d4372 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -116,7 +116,7 @@ if (!$OUTPUT->ajax_call) $OUTPUT->add_label('checkingmail', 'deletemessage', 'movemessagetotrash', - 'movingmessage', 'deletingmessage', 'markingmessage'); + 'movingmessage', 'deletingmessage', 'markingmessage', 'replyall', 'replylist'); $prefer_html = $RCMAIL->config->get('prefer_html'); if ($MESSAGE->has_html_part()) { -- Gitblit v1.9.1