From 4be9916f821698a7e598dbe6545dd44158a5d2be Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 19 Aug 2025 00:33:38 +0000 Subject: [PATCH] doc: publicinbox.*.{altid,indexheader} updates for 2.0+ These were added a year ago but I forgot to update the manpage and release notes :x And my brain still fails to put a release together :< --- Documentation/RelNotes/v2.0.0.wip | 5 +++++ Documentation/public-inbox-extindex.pod | 3 +++ 2 files changed, 8 insertions(+) diff --git a/Documentation/RelNotes/v2.0.0.wip b/Documentation/RelNotes/v2.0.0.wip index 6dfc47b88..41e8e2925 100644 --- a/Documentation/RelNotes/v2.0.0.wip +++ b/Documentation/RelNotes/v2.0.0.wip @@ -200,6 +200,11 @@ Search improvements (lei and PublicInbox::WWW) checkpoint every 5s to avoid SQLite timeouts in public-facing frontends where SQLite WAL isn't possible. + * publicinbox.$NAME.altid is now supported with public-inbox-extindex + + * publicinbox.$NAME.indexheader added to support custom header indexing, + see public-inbox-config(5) for details. + public-inbox-daemon (-netd, -imapd, -httpd, -nntpd, -pop3d) * per-listener servername=, serverport=, and multi-accept= diff --git a/Documentation/public-inbox-extindex.pod b/Documentation/public-inbox-extindex.pod index d9d4d9011..42e2d3c56 100644 --- a/Documentation/public-inbox-extindex.pod +++ b/Documentation/public-inbox-extindex.pod @@ -125,6 +125,9 @@ the presence of an NNTP or IMAP server). Otherwise, public-inbox-extindex will use C as an internal key which can cause needless reindexing and require L<--gc> if inboxes are relocated. +Per-inbox C configs is only supported as of +public-inbox 2.0+ (PENDING). + See L for more details. =head1 ENVIRONMENT -- 2.47.3