diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index 024b8e7e..45925605 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -126,7 +126,7 @@ under Tools/Options/Advanced:
@@ -162,6 +162,16 @@ calendar.debug.log.verbose=true mailbox sync: disable global search and indexer under advanced options and change Synchronization & Storage options under Account Settings.
++ Message deleted over IMAP still visible through OWA +
+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. +
+A workaround with Thunderbird is to set the property
+ mail.imap.expunge_after_delete=true
+