optionally show last update time in feedlist (EXTENDED_FEEDLIST) (closes #55)
This commit is contained in:
@@ -5,6 +5,8 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_
|
||||
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('FEEDS_SORT_BY_UNREAD', 1, 'false', 'Sort feeds by unread articles count',2);
|
||||
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('EXTENDED_FEEDLIST', 1, 'false', 'Show additional information in feedlist',2);
|
||||
|
||||
insert into ttrss_filter_actions (id,name,description) values (3, 'mark',
|
||||
'Set starred');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user