2008-05-12 [wwp] 3.4.0cvs30
[claws.git] / src / plugins / spamassassin / spamassassin.c
index 969fc24d92ea70b9ea63a1734c5b5014f21e452d..2bde5a93583676e84ba440e9878e34065bda0a12 100644 (file)
@@ -251,7 +251,7 @@ static gboolean mail_filtering_hook(gpointer source, gpointer data)
                gboolean whitelisted = FALSE;
 
                if (*config.whitelist_ab_folder == '\0' ||
                gboolean whitelisted = FALSE;
 
                if (*config.whitelist_ab_folder == '\0' ||
-                       strcasecmp(config.whitelist_ab_folder, _("Any")) == 0) {
+                       strcasecmp(config.whitelist_ab_folder, "Any") == 0) {
                        /* match the whole addressbook */
                        ab_folderpath = NULL;
                } else {
                        /* match the whole addressbook */
                        ab_folderpath = NULL;
                } else {