desktop/doc/faq.rst

18 lines
579 B
ReStructuredText
Raw Normal View History

FAQ
===
2014-06-25 20:04:33 +00:00
**Issue:**
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
**Resolution:**
2014-06-25 20:04:33 +00:00
It is possible that another program is changing the modification date of the file.
2014-06-25 20:04:33 +00:00
If the file is uses the ``.eml`` extention, Windows automatically and
continually changes all files, unless you remove
``\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers`
from the windows registry.
2014-06-25 20:04:33 +00:00
See http://petersteier.wordpress.com/2011/10/22/windows-indexer-changes-modification-dates-of-eml-files/ for more information.