]> code.delx.au - offlineimap/blobdiff - offlineimap.conf
Update changelog
[offlineimap] / offlineimap.conf
index 996fe7a900131ef3e557f9658529471b8161b13a..de1a9d9c9bdc407e42172cce897395de8a5fc4e1 100644 (file)
@@ -98,6 +98,16 @@ ignore-readonly = no
 #
 # socktimeout = 60
 
+# By default, OfflineIMAP will use fsync() to force data out to disk at
+# opportune times to ensure consistency.  This can, however, reduce
+# performance.  Users where /home is on SSD (Flash) may also wish to reduce
+# write cycles.  Therefore, you can disable OfflineIMAP's use of fsync().
+# Doing so will come at the expense of greater risk of message duplication
+# in the event of a system crash or power loss.  Default is fsync = true.
+# Set fsync = false ot disable fsync.
+#
+# fsync = true
+
 ##################################################
 # Mailbox name recorder
 ##################################################