Replace verbosity boolean flag with a bitfield of flags.
[claws.git] / src / plugins / rssyl / opml_import.c
index 8af767518ac9ba272903e9dfa9ba3a6fd54f45ae..1c379095257af842ce2f89bb2e8290a0a69b2202 100644 (file)
@@ -102,7 +102,7 @@ void rssyl_opml_import_func(gchar *title, gchar *url, gint depth, gpointer data)
        } else {
                /* We have URL, try to add new feed... */
                new_item = rssyl_subscribe((FolderItem *)ctx->current->data,
-                               url, TRUE);
+                               url, RSSYL_SHOW_ERRORS);
                /* ...and rename it if needed */
                if (new_item != NULL && strcmp(title, new_item->name)) {
                        if (folder_item_rename(new_item, title) < 0) {