diff options
| author | Ruben Pollan <meskio@sindominio.net> | 2017-03-13 20:36:42 +0100 | 
|---|---|---|
| committer | Ruben Pollan <meskio@sindominio.net> | 2017-03-13 20:36:42 +0100 | 
| commit | d666a4b7ad016dd88e11320b45e887d468051d95 (patch) | |
| tree | face0b59c9b2f8809a1e0d87fa34d365f4911354 /src | |
| parent | 70736a67088db938ca7eb9c275323767f4749ffb (diff) | |
[feat] add MAIL_STATUS_CHANGED event
Diffstat (limited to 'src')
| -rw-r--r-- | src/leap/common/events/catalog.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/leap/common/events/catalog.py b/src/leap/common/events/catalog.py index 9a834b2..2112379 100644 --- a/src/leap/common/events/catalog.py +++ b/src/leap/common/events/catalog.py @@ -53,6 +53,7 @@ EVENTS = [      "MAIL_MSG_PROCESSING",  # (userid)      "MAIL_MSG_SAVED_LOCALLY",  # (userid)      "MAIL_UNREAD_MESSAGES",  # (userid, number) +    "MAIL_STATUS_CHANGED",  # (address)      "IMAP_SERVICE_STARTED",      "IMAP_SERVICE_FAILED_TO_START", | 
