Skip to content
  • Kevin J. McCarthy's avatar
    Create mx_ops.sync operation. Refactor compress to use the mx_ops.sync. · d3705ea8
    Kevin J. McCarthy authored
    Change compress.sync_mailbox() to lock the compressed mailbox around
    both the tempfile sync and compress operations.  This will prevent
    changes made inbetween the two syncs from being overwritten.
    
    Thanks to Damien Riegel for his original patch refactoring
    mx_ops.sync, which this patch is partially based upon.
    d3705ea8