mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 19:22:22 -05:00
IMAP: another fix for the message uid bump issue
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@917 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
c1ffd164aa
commit
d83fb699ca
@ -1157,7 +1157,7 @@ public class ExchangeSession {
|
|||||||
currentFolder.unreadCount = newFolder.unreadCount;
|
currentFolder.unreadCount = newFolder.unreadCount;
|
||||||
currentFolder.contenttag = newFolder.contenttag;
|
currentFolder.contenttag = newFolder.contenttag;
|
||||||
// keep previous messages for Thunderbird workaround
|
// keep previous messages for Thunderbird workaround
|
||||||
currentFolder.previousMessages = newFolder.messages;
|
currentFolder.previousMessages = currentFolder.messages;
|
||||||
currentFolder.loadMessages();
|
currentFolder.loadMessages();
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user