summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2009-03-21 23:25:00 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2009-03-21 23:25:00 +0000
commit71a7f2a74f77d3afe0c0c3465a22f87d4827dd5a (patch)
tree44824ffe3551c0e69dad0996ecb8bd3599d1dbda /roundcubemail/program/localization
parentfe73c456461855511f56c2447be47a21d8e09937 (diff)
Allow user to configure which folder is used as the HamNotSpam folder in the user preferences.
Diffstat (limited to 'roundcubemail/program/localization')
-rw-r--r--roundcubemail/program/localization/en_US/labels.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc
index 399023827..75305d337 100644
--- a/roundcubemail/program/localization/en_US/labels.inc
+++ b/roundcubemail/program/localization/en_US/labels.inc
@@ -38,6 +38,10 @@ $labels['drafts'] = 'Drafts';
$labels['sent'] = 'Sent';
$labels['trash'] = 'Trash';
$labels['junk'] = 'Spam';
+// mailboxes for training a Bayesian Spam filter
+// like DSPAM
+$labels['hamnotspam'] = 'Ham-not-spam';
+$labels['spamnotham'] = 'Spam-not-ham';
// message listing
$labels['subject'] = 'Subject';