Fix compilation against deltachat-core v0.35.0

The plugin doesn't work yet. Thread handling has changed significantly,
and other changes may also be needed.
This commit is contained in:
2019-01-05 23:39:06 +00:00
parent dea22ee188
commit 12ef4d5125
4 changed files with 62 additions and 79 deletions

View File

@@ -2,13 +2,14 @@
#define DELTA_CONNECTION_H
#include <glib.h>
#include <deltachat/deltachat.h>
struct _PurpleConnection;
struct _mrmailbox;
//struct _dc_context_t;
typedef struct _DeltaConnectionData {
struct _PurpleConnection *pc;
struct _mrmailbox *mailbox;
dc_context_t *mailbox;
} DeltaConnectionData;
#define MAX_DELTA_CONFIGURE 901