967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
|
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
|
-
+
|
** This is a short name used to identifies the repository in the Subject:
** line of email alerts. Traditionally this name is included in square
** brackets. Examples: "[fossil-src]", "[sqlite-src]".
*/
/*
** SETTING: email-renew-interval width=16
** If this setting as an integer N that is 14 or greater then email
** notification is suspected for subscriptions that have a "last contact
** notification is suspended for subscriptions that have a "last contact
** time" of more than N days ago. The "last contact time" is recorded
** in the SUBSCRIBER.LASTCONTACT entry of the database. Logging in,
** sending a forum post, editing a wiki page, changing subscription settings
** at /alerts, or visiting /renew all update the last contact time.
** If this setting is not an integer value or is less than 14 or undefined,
** then subscriptions never expire.
*/
|