Skip to content
  • Kevin J. McCarthy's avatar
    Work around open mailbox monitor code check issue. · 550771fd
    Kevin J. McCarthy authored
    The monitor code is too fast, and can result in all the changes for a
    single directory stat update being missed.
    
    Work around this issue by not recording stat time updates when the
    check_mailbox() is triggered by the monitor.  This will cause the next
    subsequent check to take another look.
    550771fd