aboutsummaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-01-22 08:18:25 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-01-22 08:18:25 +0100
commitb4a7899fc4dd55a974a788300d40c6ba5e593a00 (patch)
treecee84297c3ddd85010e386629d3236dd8c651520 /docs/index.rst
parentBugfix: ensure that the 'mail' option value is an integer. (diff)
downloadnewspipe-b4a7899fc4dd55a974a788300d40c6ba5e593a00.tar.gz
newspipe-b4a7899fc4dd55a974a788300d40c6ba5e593a00.tar.bz2
newspipe-b4a7899fc4dd55a974a788300d40c6ba5e593a00.zip
Updated documentation with the new 'mail enabled' option.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 34c4be7e..21b11b45 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -128,6 +128,7 @@ If you wish to stay tuned from new articles of a feed by email, you have to edit
user = bob
password = password_of_bob
[mail]
+ enabled = 0
mail_from = pyAggr3g470r@no-reply.com
mail_to = address_of_the_recipient@example.com
smtp = smtp.example.com
bgstack15