]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
tweak html digest template (add excerpt)
[tt-rss.git] / config.php-dist
index 6da8eb1f055292aaf545d9de49dcca52cda4fad0..55c0684416b31a2ca6d5e07d34a65d54dd068bdc 100644 (file)
 
        define('DIGEST_FROM_NAME', 'Tiny Tiny RSS');
        define('DIGEST_FROM_ADDRESS', 'noreply@your.domain.dom');
-       // Name and address for sending email digests from.
+       define('DIGEST_SUBJECT', '[tt-rss] New headlines for last 24 hours');
+       // Name, address and subject for sending email digests from.
 
        define('DIGEST_SMTP_HOST', '');
        // SMTP Host to send digests. When blank tt-rss uses
        // These two options enable SMTP authentication when sending
        // digests. Require DIGEST_SMTP_HOST.
 
-       define('CONFIG_VERSION', 10);
+       define('CONFIG_VERSION', 11);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).