1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 16:19:15 +00:00

digest: add option to mark sent articles as read

This commit is contained in:
Andrew Dolgov
2007-10-01 04:13:09 +01:00
parent 1e51999528
commit dc85be2b35
6 changed files with 29 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('DIGEST_CATCHUP', 1, 'false', 'Mark articles in e-mail digest as read',1);
update ttrss_version set schema_version = 23;