mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-02 00:16:21 +00:00
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:
@@ -93,6 +93,7 @@ typedef struct bookmark_t {
|
||||
char *barejid;
|
||||
char *nick;
|
||||
char *password;
|
||||
char *name;
|
||||
gboolean autojoin;
|
||||
} Bookmark;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user