diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-05-03 18:25:44 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-05-03 18:25:44 +0200 |
commit | 11076988b2f9d871cc03095e864354da30a56726 (patch) | |
tree | a0c9ee8b3c1eecebdcd6245fe79447d34364e546 /conf/conf.cfg-sample | |
parent | Uppdated translations. (diff) | |
download | newspipe-11076988b2f9d871cc03095e864354da30a56726.tar.gz newspipe-11076988b2f9d871cc03095e864354da30a56726.tar.bz2 newspipe-11076988b2f9d871cc03095e864354da30a56726.zip |
Changed variable 'notification_sender' to 'notification_email'.
Diffstat (limited to 'conf/conf.cfg-sample')
-rw-r--r-- | conf/conf.cfg-sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample index 6e6cae54..80afcbe3 100644 --- a/conf/conf.cfg-sample +++ b/conf/conf.cfg-sample @@ -19,7 +19,7 @@ http_proxy = user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r) resolve_article_url = false [notification] -notification_sender = pyAggr3g470r@no-reply.com +notification_email = pyAggr3g470r@no-reply.com host = smtp.googlemail.com port = 465 tls = false |