mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Small fixes
This commit is contained in:
parent
d3f8fa4308
commit
0e9cffd657
10 changed files with 150 additions and 89 deletions
|
|
@ -819,11 +819,10 @@ class AppUser extends AbstractApp
|
|||
|
||||
/**
|
||||
* @param {string} sFolderFullNameRaw
|
||||
* @param {string|bool} mUid
|
||||
* @param {number} iSetAction
|
||||
* @param {Array=} messages = null
|
||||
*/
|
||||
messageListAction(sFolderFullNameRaw, mUid, iSetAction, messages) {
|
||||
messageListAction(sFolderFullNameRaw, iSetAction, messages) {
|
||||
|
||||
let
|
||||
folder = null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue