Add store protocol to the data obtained in DBUS GetUnreadMessages
[modest] / libmodest-dbus-client / src / libmodest-dbus-client.h
index 145924e..5ffa393 100644 (file)
@@ -225,6 +225,7 @@ typedef struct {
 typedef struct {
        gchar *account_id;
        gchar *account_name;
+       gchar *store_protocol;
        GList *hits;
 } ModestAccountHits;