From 71a7f2a74f77d3afe0c0c3465a22f87d4827dd5a Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sat, 21 Mar 2009 23:25:00 +0000 Subject: Allow user to configure which folder is used as the HamNotSpam folder in the user preferences. --- roundcubemail/program/localization/en_US/labels.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roundcubemail/program/localization') 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'; -- cgit v1.2.3