[Bug 298245] google like search behaviour in quick search

joker777vs.666 at gmail.com joker777vs.666 at gmail.com
Wed Apr 25 15:34:47 BST 2012


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

--- Comment #8 from joker777vs.666 at gmail.com ---
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.



More information about the Kdepim-bugs mailing list