]> Sergey Matveev's repositories - public-inbox.git/commitdiff
inbox: ->uidvalidity returns undef w/o ->mm
authorEric Wong <e@80x24.org>
Wed, 16 Dec 2020 23:56:29 +0000 (23:56 +0000)
committerEric Wong <e@80x24.org>
Thu, 17 Dec 2020 10:02:35 +0000 (10:02 +0000)
While totally unindexed inboxes are rare, we still support
them for v1 and may hit code which calls this method.  Just
return `undef' when ->mm access fails.


No differences found