2006-09-26 [colin] 2.5.1cvs5
[claws.git] / src / matcher.c
index 71213a08bb6a05e0cfc6f53e8809c7042ff74267..f6d4c2415f216d7643e9385054fec4008ac64994 100644 (file)
@@ -423,7 +423,7 @@ static gboolean matcherprop_string_decode_match(MatcherProp *prop, const gchar *
        }
        
        if (res == FALSE && (strchr(prop->expr, '=') || strchr(prop->expr, '_')
        }
        
        if (res == FALSE && (strchr(prop->expr, '=') || strchr(prop->expr, '_')
-                           || strchr(str, '=')) || strchr(prop->expr, '_')) {
+                           || strchr(str, '=') || strchr(str, '_'))) {
                /* if searching for something with an equal char, maybe 
                 * we should try to match the non-decoded string. 
                 * In case it was not qp-encoded. */
                /* if searching for something with an equal char, maybe 
                 * we should try to match the non-decoded string. 
                 * In case it was not qp-encoded. */