1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-12 04:05:13 -05:00

fix comment

This commit is contained in:
Felix Hammerl 2013-12-12 14:14:09 +01:00
parent 0d2366ecdf
commit 550ad37368

View File

@ -588,7 +588,7 @@ define(function(require) {
finishSync(); finishSync();
}); });
// alright, so let's sync the corr // alright, so let's sync the corrected messages
deltaF4.forEach(function(inMemoryMessage) { deltaF4.forEach(function(inMemoryMessage) {
// do a short round trip to the database to avoid re-encrypting, // do a short round trip to the database to avoid re-encrypting,
// instead use the encrypted object in the storage // instead use the encrypted object in the storage