mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-30 13:12:25 -05:00
Fixes Issue 1314
This commit is contained in:
parent
983c171357
commit
bbedf7b9e0
@ -1598,10 +1598,13 @@ public class MessageList
|
||||
if (updateForMe(account, folder))
|
||||
{
|
||||
MessageInfoHolder holder = getMessage(oldUid);
|
||||
if (holder != null)
|
||||
{
|
||||
holder.uid = newUid;
|
||||
holder.message.setUid(newUid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user