1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 03:01:28 +00:00

new filter action: set starred, rename add filter button

This commit is contained in:
Andrew Dolgov
2006-05-18 02:20:43 +01:00
parent adba6b8509
commit dd7d31871e
6 changed files with 21 additions and 3 deletions

View File

@@ -3,5 +3,8 @@ insert into ttrss_themes (theme_name, theme_path) values ('Old-skool', 'compat')
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ON_CATCHUP_SHOW_NEXT_FEED', 1, 'false', 'On catchup show next feed',2,
'When "Mark as read" button is clicked in toolbar, automatically open next feed with unread articles.');
insert into ttrss_filter_actions (id,name,description) values (3, 'mark',
'Set starred');
update ttrss_version set schema_version = 8;