]> Sergey Matveev's repositories - public-inbox.git/commit
dir_idle: treat IN_MOVED_FROM as a gone event
authorEric Wong <e@80x24.org>
Thu, 21 Oct 2021 21:10:29 +0000 (21:10 +0000)
committerEric Wong <e@80x24.org>
Fri, 22 Oct 2021 00:54:48 +0000 (00:54 +0000)
commitef45dcc37abfdf467597f912ec290c4d39218ef6
tree0ad5aa018400bfd74ef8e575b7dc97248bae3cd3
parent0c6132ee390667ad643f6aa6053f978f4267b2e4
dir_idle: treat IN_MOVED_FROM as a gone event

Whether an MUA uses rename(2) or link(2)+unlink(2) combination
should not matter to us.  We should be able to handle both
cases.
lib/PublicInbox/DirIdle.pm
lib/PublicInbox/FakeInotify.pm
lib/PublicInbox/LEI.pm