introduce DC_EVENT_NEW_BLOB_FILE event and test for it

This commit is contained in:
holger krekel
2019-10-03 16:00:03 +02:00
parent b4b8a1d15b
commit 467c09f491
7 changed files with 23 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ DC_EVENT_IMAP_CONNECTED = 102
DC_EVENT_SMTP_MESSAGE_SENT = 103
DC_EVENT_IMAP_MESSAGE_DELETED = 104
DC_EVENT_IMAP_MESSAGE_MOVED = 105
DC_EVENT_NEW_BLOB_FILE = 150
DC_EVENT_WARNING = 300
DC_EVENT_ERROR = 400
DC_EVENT_ERROR_NETWORK = 401