]> Sergey Matveev's repositories - public-inbox.git/commit
hopefully fix broken permissions for search
authorEric Wong <e@80x24.org>
Sun, 23 Aug 2015 19:41:28 +0000 (19:41 +0000)
committerEric Wong <e@80x24.org>
Sun, 23 Aug 2015 19:41:28 +0000 (19:41 +0000)
commit2b1e7946abd1d589fc69b758c68497458bbf0ecf
tree0cc264eaaf2f26184a490e1265b8c34f1dec46ba
parente9fda329d958fca206543b92bc8ebea8e91eb43a
hopefully fix broken permissions for search

We must preserve the umask for the entirety of the indexing
operation, as Xapian transactions replace entire files
atomically instead of writing them in place.
lib/PublicInbox/SearchIdx.pm
public-inbox-mda