mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-12 04:15:08 -05:00
Doc: new FAQ entry on message deleted over IMAP still visible through OWA
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1013 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
06e828657c
commit
a110db20ce
@ -126,7 +126,7 @@
|
|||||||
under Tools/Options/Advanced:
|
under Tools/Options/Advanced:
|
||||||
</p>
|
</p>
|
||||||
<source>calendar.debug.log=true
|
<source>calendar.debug.log=true
|
||||||
calendar.debug.log.verbose=true
|
calendar.debug.log.verbose=true
|
||||||
</source>
|
</source>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -162,6 +162,16 @@ calendar.debug.log.verbose=true
|
|||||||
mailbox sync: disable global search and indexer under advanced options and change
|
mailbox sync: disable global search and indexer under advanced options and change
|
||||||
Synchronization & Storage options under Account Settings.
|
Synchronization & Storage options under Account Settings.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<strong>Message deleted over IMAP still visible through OWA</strong>
|
||||||
|
</p>
|
||||||
|
<p>Message move does not exist in IMAP, thus the move is a delete followed by a create.
|
||||||
|
And a delete is not immediate with IMAP: you need to EXPUNGE the folder to actually
|
||||||
|
delete a message.
|
||||||
|
</p>
|
||||||
|
<p>A workaround with Thunderbird is to set the property
|
||||||
|
<code>mail.imap.expunge_after_delete=true</code>
|
||||||
|
</p>
|
||||||
</subsection>
|
</subsection>
|
||||||
|
|
||||||
<subsection name="Build">
|
<subsection name="Build">
|
||||||
|
Loading…
Reference in New Issue
Block a user