Bug 383008

Summary: Quicksearch disregards drop-down settings
Product: [Applications] kmail2 Reporter: clx <clxcoltz>
Component: searchAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 5.5.1   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In: 5.6.0

Description clx 2017-08-01 16:01:36 UTC
Observed: When using the quicksearch bar above message list, using the dropdown menu to the left (setting "Body", "Full message", "From", "Subject" etc) does not yield any difference in results. It seems any search is treated as a search to the full header.

Expected: Searching "From" should yield only results that contain the search string in "From", "Subject" only results that contain search string in subject, etc.
Comment 1 Laurent Montel 2017-08-03 07:11:10 UTC
Git commit 36464f680bf1f723884c6ab86ba07de39dba1a15 by Montel Laurent.
Committed on 03/08/2017 at 07:10.
Pushed by mlaurent into branch 'Applications/17.08'.

Fix Bug 383008 - Quicksearch disregards drop-down settings

FIXED-IN: 5.6.0

M  +4    -3    messagelist/src/core/filter.cpp

https://commits.kde.org/messagelib/36464f680bf1f723884c6ab86ba07de39dba1a15
Comment 2 clx 2017-08-03 07:21:07 UTC
Thanks! That was pretty fast. =)