Bug 383008 - Quicksearch disregards drop-down settings
Summary: Quicksearch disregards drop-down settings
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: search (show other bugs)
Version: 5.5.1
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-01 16:01 UTC by clx
Modified: 2017-08-03 07:21 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 5.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. =)