aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-25 23:18:55 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-25 23:18:55 +0100
commitd6b34ceb21951d97fd978e66d03459749d6dea6e (patch)
treebacd9f9028ef07beb75aadeb57a8fb2aae849d7d /conf
parentRelease 6.1. Updated NEWS.rst (diff)
downloadnewspipe-d6b34ceb21951d97fd978e66d03459749d6dea6e.tar.gz
newspipe-d6b34ceb21951d97fd978e66d03459749d6dea6e.tar.bz2
newspipe-d6b34ceb21951d97fd978e66d03459749d6dea6e.zip
Removed the functionality for the email notifications of new articles. No real added value.
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.cfg-sample1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
index aab5ab5f..813b2ac2 100644
--- a/conf/conf.cfg-sample
+++ b/conf/conf.cfg-sample
@@ -17,7 +17,6 @@ host = 0.0.0.0
port = 5000
secret = a secret only you know
[notification]
-enabled = 0
email = pyAggr3g470r@no-reply.com
host = smtp.googlemail.com
port = 465
bgstack15