optionally show last update time in feedlist (EXTENDED_FEEDLIST) (closes #55)

This commit is contained in:
Andrew Dolgov
2006-06-06 07:51:00 +01:00
parent cea51014f7
commit 78d5212c0a
7 changed files with 33 additions and 1 deletions
+2
View File
@@ -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');