mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Slightly modified patch code of #1657
This commit is contained in:
parent
95436347e5
commit
50e30dbb6e
47 changed files with 135 additions and 8 deletions
|
|
@ -71,7 +71,9 @@ MessageSetAction = {
|
|||
SetSeen: 0,
|
||||
UnsetSeen: 1,
|
||||
SetFlag: 2,
|
||||
UnsetFlag: 3
|
||||
UnsetFlag: 3,
|
||||
SetDeleted: 4,
|
||||
UnsetDeleted: 5
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue