Bug 250230 - Filters by address should not respect full-name
Summary: Filters by address should not respect full-name
Status: RESOLVED NOT A BUG
Alias: None
Product: kmail
Classification: Applications
Component: filtering (show other bugs)
Version: SVN trunk (KDE 4)
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-05 02:39 UTC by Kai Uwe Broulik
Modified: 2011-09-23 10:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Uwe Broulik 2010-09-05 02:39:48 UTC
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
Comment 1 Laurent Montel 2011-09-23 10:03:10 UTC
matches == equal
=> we test all string.

So use contains here.