]> Sergey Matveev's repositories - public-inbox.git/commit
imap+nntp: die loudly if ->mm or ->over disappear
authorEric Wong <e@80x24.org>
Tue, 24 Aug 2021 22:49:24 +0000 (22:49 +0000)
committerEric Wong <e@80x24.org>
Wed, 25 Aug 2021 08:00:08 +0000 (08:00 +0000)
commit796e7215a167f36d0b950631c3b1e44fa47fec07
tree163bd59dc121be1b032e18db69421f9600cede35
parent5a27f82749d723625848c8d1cf216a0f4de73597
imap+nntp: die loudly if ->mm or ->over disappear

While the WWW front-end can gracefully handle ->mm and ->over
disappearing (in most cases), IMAP+NNTP front-ends are completely
dependent on these and failed mysteriously when they go missing
after startup.

These will hopefully make issues like what Konstantin
encountered more obvious:

Link: https://public-inbox.org/meta/20210824204855.ejspej4z7r2rpu63@nitro.local/
lib/PublicInbox/IMAP.pm
lib/PublicInbox/Inbox.pm
lib/PublicInbox/NNTP.pm