Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docs typo in property davmail.enableKeepAlive #174

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/site/xdoc/serversetup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
e.g. on Linux:&#x20;<code>unzip davmail-*.zip</code>.
</p>
<p>
Prepare a davmail.properties file according to your local needs :
Prepare a davmail.properties file according to your local needs (the most current version can be found <a href="https://github.com/mguessan/davmail/blob/master/src/etc/davmail.properties">here</a>) :
</p>
<source><![CDATA[
# DavMail settings, see http://davmail.sourceforge.net/ for documentation
Expand Down Expand Up @@ -96,7 +96,7 @@ davmail.ssl.nosecuresmtp=false
davmail.disableUpdateCheck=true

# Send keepalive character during large folder and messages download
davmail.enableKeepalive=false
davmail.enableKeepAlive=false
# Message count limit on folder retrieval
davmail.folderSizeLimit=0
# Default windows domain for NTLM and basic authentication
Expand Down Expand Up @@ -254,4 +254,4 @@ davmail.enableKerberos=false]]>
</p>
</section>
</body>
</document>
</document>