diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-25 23:18:55 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-25 23:18:55 +0100 |
commit | d6b34ceb21951d97fd978e66d03459749d6dea6e (patch) | |
tree | bacd9f9028ef07beb75aadeb57a8fb2aae849d7d /conf/conf.cfg-sample | |
parent | Release 6.1. Updated NEWS.rst (diff) | |
download | newspipe-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/conf.cfg-sample')
-rw-r--r-- | conf/conf.cfg-sample | 1 |
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 |