aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-03 18:07:34 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-05-03 18:07:34 +0200
commit6b1a82f07d5cfd98c2b67b802e50ef0f0b309043 (patch)
treea26dc332eeac8dc736fdfa2ebdfc7a923c830864 /conf
parentDisplay the ration only for the tab 'All'. (diff)
downloadnewspipe-6b1a82f07d5cfd98c2b67b802e50ef0f0b309043.tar.gz
newspipe-6b1a82f07d5cfd98c2b67b802e50ef0f0b309043.tar.bz2
newspipe-6b1a82f07d5cfd98c2b67b802e50ef0f0b309043.zip
Fixed a bug when sending emails (email of the sender was empty).
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.cfg-sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample
index b141e93c..6e6cae54 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]
-email = pyAggr3g470r@no-reply.com
+notification_sender = pyAggr3g470r@no-reply.com
host = smtp.googlemail.com
port = 465
tls = false
bgstack15