https://bugs.kde.org/show_bug.cgi?id=298245

--- Comment #8 from [email protected] ---
Thanks that you will look at this quote thing.

I asked for the body because I could find it in the filter.cpp

74 bool searchMatches = false;
75 if ( containString(item->subject()) )
76   searchMatches = true;
77 else if ( containString(item->sender()) )
78   searchMatches = true;
79 else if ( containString(item->receiver()) )
80  searchMatches = true;
81    
82 if ( !searchMatches )
83   return false;

results highlighted => please look at attachment

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to