mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Merge some parts of initByJson and initUpdateByMessageJson
Cleanup messageListChecked handling
This commit is contained in:
parent
46198861bc
commit
b66e68a3b1
8 changed files with 46 additions and 61 deletions
|
|
@ -64,7 +64,7 @@ class AddOpenPgpKeyPopupView extends AbstractViewNext {
|
|||
}
|
||||
}
|
||||
|
||||
count -= 1;
|
||||
--count;
|
||||
done = false;
|
||||
} else {
|
||||
done = true;
|
||||
|
|
|
|||
|
|
@ -449,7 +449,7 @@ class ContactsPopupView extends AbstractViewNext {
|
|||
}
|
||||
|
||||
contact.deleted(true);
|
||||
count -= 1;
|
||||
--count;
|
||||
});
|
||||
|
||||
if (0 >= count) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue