Fixed global search

pull/171/head
M66B 5 years ago
parent 053d0704b8
commit 9ea63d927e

@ -65,7 +65,7 @@ public interface DaoMessage {
" LEFT JOIN identity ON identity.id = message.identity" +
" JOIN folder ON folder.id = message.folder" +
" WHERE account.`synchronize`" +
" AND (:threading OR (:type IS NULL AND folder.unified) OR (:type IS NOT NULL AND folder.type = :type))" +
" AND (:threading OR (:type IS NULL AND (folder.unified OR :found)) OR (:type IS NOT NULL AND folder.type = :type))" +
" AND (NOT message.ui_hide OR :debug)" +
" AND (NOT :found OR ui_found = :found)" +
" GROUP BY account.id, CASE WHEN message.thread IS NULL OR NOT :threading THEN message.id ELSE message.thread END" +

@ -659,7 +659,11 @@
<string name="title_reporting_why">Error reporting will help improve FairEmail</string>
<string name="title_ask_review" translatable="false">Please review FairEmail</string>
<string name="title_ask_review_rationale" translatable="false">You have been using FairEmail for a while. It is appreciated if you rate FairEmail in the Play Store, also to maintain a balance between unfavorable and favorable reviews.</string>
<string name="title_ask_review_rationale" translatable="false">
You have been using FairEmail for a while.
It would be appreciated if you could rate FairEmail in the Play Store.
This will help to maintain a balance between unfavorable and favorable reviews.
</string>
<string name="title_expand_warning">Expanding this message will download %1$s</string>
<string name="title_download_message">Downloading &#8230;</string>

Loading…
Cancel
Save