Category_id in public.php?op=subscribe

I’d grown kinda tired of setting category each time when subscribing to a new feed, so I tried to add category_id parameter to public.php?op=subscribe request. As it turned out, it doesn’t support it. Can you please add this functionality?

Some prototype patch: http://esyr.org/dump/0001-Add-category_id-to-subscribe-action.patch

how are you using this exactly? your patch doesn’t have any UI modifications.

I have “https://host/public.php?op=subscribe&feed_url=%s” as a subscription URL in RSS plugin for chromium. Hoped to add one more parameter to this URL in order to avoid 4 more clicks.

The same could be probably applied to bookmarklet generation, probably, haven’t thought of it before.