mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 11:12:22 -05:00
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:
parent
fca97a7214
commit
cbbbc13d05
@ -36,8 +36,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
</section>
|
|
||||||
<section name="Caldav (calendar)">
|
<section name="Caldav (calendar)">
|
||||||
<p>
|
<p>
|
||||||
<strong>How do I detect errors in Thunderbird/Lightning calendar ?</strong>
|
<strong>How do I detect errors in Thunderbird/Lightning calendar ?</strong>
|
||||||
@ -51,6 +49,19 @@
|
|||||||
calendar.debug.log.verbose=true
|
calendar.debug.log.verbose=true
|
||||||
</source>
|
</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>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user