Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
4878ece5
Commit
4878ece5
authored
Oct 26, 2022
by
Laurent Montel
Browse files
Debug--
parent
4f9ab5ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/searchdialog/searchwindow.cpp
View file @
4878ece5
...
...
@@ -502,7 +502,6 @@ void SearchWindow::doSearch()
attribute
->
setRemoteSearchEnabled
(
false
);
mFolder
.
addAttribute
(
attribute
);
mSearchJob
=
new
Akonadi
::
CollectionModifyJob
(
mFolder
,
this
);
qDebug
()
<<
" CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC"
;
}
else
{
const
QString
searchString
=
respectDiacriticAndAccents
?
mUi
.
mSearchFolderEdt
->
text
()
:
MessageCore
::
StringUtil
::
normalize
(
mUi
.
mSearchFolderEdt
->
text
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment