insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('PURGE_OLD_DAYS',3,'60','Purge old posts after this number of days (0 - disables)',1);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('PURGE_OLD_DAYS',3,'60','Purge articles after this number of days (0 - disables)',1);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('DEFAULT_UPDATE_INTERVAL',3,'30','Default interval between feed updates',1);
@ -342,11 +344,11 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('REVERSE_HEADLINES',1,'false','Reverse headline order (oldest first)',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('DIGEST_ENABLE',1,'false','Enable e-mail digest',1,'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('DIGEST_ENABLE',1,'false','Enable e-mail digest',4,'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CONFIRM_FEED_CATCHUP',1,'true','Confirm marking feed as read',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CONFIRM_FEED_CATCHUP',1,'true','Confirm marking feed as read',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('CDM_AUTO_CATCHUP',1,'false','Automatically mark articles as read',3,'This option enables marking articles as read automatically while you scroll article list.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('CDM_AUTO_CATCHUP',1,'false','Automatically mark articles as read',2,'This option enables marking articles as read automatically while you scroll article list.');
@ -360,13 +362,13 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('FRESH_ARTICLE_MAX_AGE',3,'24','Maximum age of fresh articles (in hours)',2);
insertintottrss_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);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('DIGEST_CATCHUP',1,'false','Mark articles in e-mail digest as read',4);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CDM_EXPANDED',1,'true','Automatically expand articles in combined mode',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CDM_EXPANDED',1,'true','Automatically expand articles in combined mode',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('HIDE_READ_SHOWS_SPECIAL',1,'true','Show special feeds when hiding read feeds',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('HIDE_READ_SHOWS_SPECIAL',1,'true','Show special feeds when hiding read feeds',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('VFEED_GROUP_BY_FEED',1,'false','Group headlines in virtual feeds',2,'When this option is enabled, headlines in Special feeds and Labels are grouped by feeds');
@ -374,7 +376,7 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
@ -398,18 +400,26 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('USER_STYLESHEET',2,'','Customize stylesheet',2,'Customize CSS stylesheet to your liking');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('SORT_HEADLINES_BY_FEED_DATE',1,'true','Sort headlines by feed date',3,'Use feed-specified date to sort headlines instead of local import date.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('SORT_HEADLINES_BY_FEED_DATE',1,'true','Sort headlines by feed date',2,'Use feed-specified date to sort headlines instead of local import date.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('SSL_CERT_SERIAL',2,'','Login with an SSL certificate',3,'Click to register your SSL client certificate with tt-rss');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('DIGEST_PREFERRED_TIME',2,'00:00','Try to send digests around specified time',1,'Uses UTC timezone');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('DIGEST_PREFERRED_TIME',2,'00:00','Try to send digests around specified time',4,'Uses UTC timezone');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('PURGE_OLD_DAYS',3,'60','Purge old posts after this number of days (0 - disables)',1);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('PURGE_OLD_DAYS',3,'60','Purge articles after this number of days (0 - disables)',1);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('DEFAULT_UPDATE_INTERVAL',3,'30','Default interval between feed updates',1);
@ -284,7 +286,6 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('SHOW_CONTENT_PREVIEW',1,'true','Show content preview in headlines list',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('SHORT_DATE_FORMAT',2,'M d, G:i','Short date format',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('LONG_DATE_FORMAT',2,'D, M d Y - G:i','Long date format',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('COMBINED_DISPLAY_MODE',1,'false','Combined feed display',2,'Display expanded list of feed articles, instead of separate displays for headlines and article content');
@ -297,11 +298,11 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('REVERSE_HEADLINES',1,'false','Reverse headline order (oldest first)',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('DIGEST_ENABLE',1,'false','Enable e-mail digest',1,'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('DIGEST_ENABLE',1,'false','Enable e-mail digest',4,'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CONFIRM_FEED_CATCHUP',1,'true','Confirm marking feed as read',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CONFIRM_FEED_CATCHUP',1,'true','Confirm marking feed as read',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('CDM_AUTO_CATCHUP',1,'false','Automatically mark articles as read',3,'This option enables marking articles as read automatically while you scroll article list.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('CDM_AUTO_CATCHUP',1,'false','Automatically mark articles as read',2,'This option enables marking articles as read automatically while you scroll article list.');
@ -315,13 +316,13 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('FRESH_ARTICLE_MAX_AGE',3,'24','Maximum age of fresh articles (in hours)',2);
insertintottrss_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);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('DIGEST_CATCHUP',1,'false','Mark articles in e-mail digest as read',4);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CDM_EXPANDED',1,'true','Automatically expand articles in combined mode',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('CDM_EXPANDED',1,'true','Automatically expand articles in combined mode',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('HIDE_READ_SHOWS_SPECIAL',1,'true','Show special feeds when hiding read feeds',3);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id)values('HIDE_READ_SHOWS_SPECIAL',1,'true','Show special feeds when hiding read feeds',2);
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('VFEED_GROUP_BY_FEED',1,'false','Group headlines in virtual feeds',2,'When this option is enabled, headlines in Special feeds and Labels are grouped by feeds');
@ -329,7 +330,7 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('SORT_HEADLINES_BY_FEED_DATE',1,'true','Sort headlines by feed date',3,'Use feed-specified date to sort headlines instead of local import date.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('USER_STYLESHEET',2,'','Customize stylesheet',2,'Customize CSS stylesheet to your liking');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('SORT_HEADLINES_BY_FEED_DATE',1,'true','Sort headlines by feed date',2,'Use feed-specified date to sort headlines instead of local import date.');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('SSL_CERT_SERIAL',2,'','Login with an SSL certificate',3,'Click to register your SSL client certificate with tt-rss');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('DIGEST_PREFERRED_TIME',2,'00:00','Try to send digests around specified time',1,'Uses UTC timezone');
insertintottrss_prefs(pref_name,type_id,def_value,short_desc,section_id,help_text)values('DIGEST_PREFERRED_TIME',2,'00:00','Try to send digests around specified time',4,'Uses UTC timezone');