desktop/doc/faq.rst

13 lines
634 B
ReStructuredText
Raw Normal View History

FAQ
===
2014-06-25 20:04:33 +00:00
Some files are continuously uploaded to the server, even when they are not modified.
------------------------------------------------------------------------------------
2014-06-25 20:04:33 +00:00
It is possible that another program is changing the modification date of the file.
2015-08-14 12:03:37 +00:00
If the file is uses the ``.eml`` extension, Windows automatically and
2014-06-25 20:04:33 +00:00
continually changes all files, unless you remove
2015-09-27 18:19:06 +00:00
``\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers``
2014-06-25 20:04:33 +00:00
from the windows registry.
See http://petersteier.wordpress.com/2011/10/22/windows-indexer-changes-modification-dates-of-eml-files/ for more information.