Display bookmark name

Have field in struct and display the name in `/bookmark list`.

Regards https://github.com/profanity-im/profanity/issues/697
This commit is contained in:
Michael Vetter
2020-05-22 13:56:00 +02:00
parent cb78ee4665
commit fad296b79e
3 changed files with 10 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ typedef struct bookmark_t {
char *barejid;
char *nick;
char *password;
char *name;
gboolean autojoin;
} Bookmark;