manual: KOWN ISSUES: add documentation about the deletions

We currently propagate the deletions if:

- the content of a folder was deleted;
- the parent directory of the folder was deleted.

The second case in incorrect and unexpected. This requires further work.

Github-ref: https://github.com/OfflineIMAP/offlineimap/issues/426
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2017-01-25 13:36:31 +01:00
parent ba52030923
commit 0991af6855
1 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,15 @@
* Deletions.
+
While in usual run the deletions are propagated. To prevent from data loss,
removing a folder makes offlineimap re-sync the folder. However, propagating the
removal of the whole content of a folder can happen in the two following cases:
- The whole content of a folder is deleted but the folder directory still
exists.
- The parent directory of the folder was deleted.
* SSL3 write pending.
+
Users enabling SSL may hit a bug about "SSL3 write pending". If so, the