summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-30 08:13:06 +0100
committerAndrew Dolgov <[email protected]>2007-10-30 08:13:06 +0100
commit163a295e514cceffa8bcb6d027e3458127f0a779 (patch)
tree438bdb9da11d53a2f4dd8c12e00762d2d86e6722 /config.php-dist
parentc62a2c21ba0dc186c560acef92f6451be122b4d9 (diff)
tweak html digest template (add excerpt)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist
index 6da8eb1f0..55c068441 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -149,7 +149,8 @@
define('DIGEST_FROM_NAME', 'Tiny Tiny RSS');
define('DIGEST_FROM_ADDRESS', '[email protected]');
- // 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
@@ -160,7 +161,7 @@
// 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).