mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 02:30:10 -05:00
make sure search results aren't updated incorrectly on incoming messages
This commit is contained in:
parent
bfaba499fe
commit
0a2d9b9c9f
@ -1574,7 +1574,11 @@ public class MessageList
|
||||
@Override
|
||||
public void synchronizeMailboxAddOrUpdateMessage(Account account, String folder, Message message)
|
||||
{
|
||||
addOrUpdateMessage(account, folder, message);
|
||||
// eventually, we may want to check a message added during sync against the query filter
|
||||
if( mQueryString == null )
|
||||
{
|
||||
addOrUpdateMessage(account, folder, message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user