Preserve Gajims minimize flag in bookmarks

Implement https://github.com/profanity-im/profanity/issues/1326
This commit is contained in:
Michael Vetter
2020-05-22 16:18:28 +02:00
parent 70db2a4b63
commit 36f2569e53
3 changed files with 37 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ typedef struct bookmark_t {
char *password;
char *name;
gboolean autojoin;
int ext_gajim_minimize; //0 - non existant, 1 - true, 2 - false
} Bookmark;
typedef struct disco_identity_t {