--- ./src/wmail.c.00 2002-09-05 12:40:18.000000000 +0200 +++ ./src/wmail.c 2007-02-20 13:02:59.000000000 +0100 @@ -829,7 +829,7 @@ fromFound = 0; checksum = 0; } else if( config.considerStatusField && strncasecmp( buf, "status: ", 8 ) == 0 && - strstr( buf+8, config.readStatus ) == NULL ) + strstr( buf+8, config.readStatus ) != NULL ) { RemoveLastName(); --numMails;