Version: SVN trunk (KDE 4) (using KDE 4.5.0) OS: Linux I have set some filters for “example@example.com” (for example) to automatically move to a specific folder. But this does not happen as the sender has his full name attached “Example User <example@example.com>” is the mail address. So the filter using “matches” does not work, I have to use “contains“ xyz in order to make it filter. It should not matter whether its full name is used, “e-mail address matches” should just care about the mail address, not anything around it Reproducible: Sometimes
matches == equal => we test all string. So use contains here.