]> Sergey Matveev's repositories - public-inbox.git/commit
searchview: set obfuscation inbox properly
authorEric Wong <e@yhbt.net>
Sun, 23 Feb 2020 22:47:15 +0000 (22:47 +0000)
committerEric Wong <e@yhbt.net>
Mon, 24 Feb 2020 18:29:54 +0000 (18:29 +0000)
commitda146947a8eff3ec3e0064e9fb13b1165976ac5f
treeb7b30a4570e0f140770bfbcece896721f938785a
parentc81063d8475e72576c5fc02f4d5e5181ae227659
searchview: set obfuscation inbox properly

We never lookup `$ctx->{-obfuscate}' anywhere, as the
correct key is `$ctx->{-obfs_ibx}' since some of the
address obfuscation stuff is inbox-specific.

Note: some of the obfuscation stuff still needs tests,
but it's low-priority at the moment since I don't think
it's a good feature after all.
lib/PublicInbox/SearchView.pm