From 93ddb86d8f0cfc568da734afbc5b24ff659d5a7c Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Wed, 11 Mar 2009 12:42:06 +0000 Subject: Add a Not Spam button and code toggle it's visibility depending on whether the user is viewing the Spam folder. --- roundcubemail/program/localization/en_US/labels.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 3b73363bd..bc250100e 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -179,10 +179,12 @@ $labels['buttonbarreplyall'] = 'Reply to all'; $labels['buttonbarforward'] = 'Forward'; $labels['buttonbarmove'] = 'Move'; $labels['buttonbarcopy'] = 'Copy'; +$labels['buttonbarnotspam'] = 'Not Spam'; $labels['archivemessages'] = 'Move to archives folder'; $labels['movemessages'] = 'Move to selected folder'; $labels['copymessages'] = 'Copy to selected folder'; +$labels['notspammessages'] = 'Copy to INBOX, then move to HamNotSpam'; // message compose $labels['compose'] = 'Compose a message'; -- cgit v1.2.3