Save bookmark ignore list

This commit is contained in:
Michael Vetter
2020-05-25 13:49:24 +02:00
parent 1cfab017a4
commit 438552c14c
2 changed files with 19 additions and 1 deletions

View File

@@ -4780,7 +4780,7 @@ cmd_bookmark_ignore(ProfWin *window, const char *const command, gchar **args)
// `/bookmark ignore` lists them
if (args[1] == NULL) {
gsize len;
gsize len = 0;
gchar **list = bookmark_ignore_list(&len);
cons_show_bookmarks_ignore(list, len);
g_strfreev(list);