Added a FAQ on failed notifications

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@298 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-01-18 22:54:05 +00:00
parent fca97a7214
commit cbbbc13d05
1 changed files with 27 additions and 16 deletions

View File

@ -36,8 +36,6 @@
</p>
</section>
</section>
<section name="Caldav (calendar)">
<p>
<strong>How do I detect errors in Thunderbird/Lightning calendar ?</strong>
@ -51,7 +49,20 @@
calendar.debug.log.verbose=true
</source>
<p>
<strong>Unable to send appointment notifications</strong>
</p>
<p>Lightning tries to send Caldav notifications to outbox instead
of Mail notifications and trigger an invalid request error.
</p>
<p>Check the following parameter in Thunderbird, it should be set
to false
</p>
<source>
calendar.caldav.sched.enabled=false
</source>
</section>
</section>
</body>
</document>
</body>
</document>