]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
doc: publicinbox.*.{altid,indexheader} updates for 2.0+
authorEric Wong <e@80x24.org>
Tue, 19 Aug 2025 00:33:38 +0000 (00:33 +0000)
committerEric Wong <e@80x24.org>
Wed, 20 Aug 2025 19:10:18 +0000 (19:10 +0000)
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
Documentation/public-inbox-extindex.pod

index 6dfc47b88bc3dd6ca0cfd0821f0b107f278ce7d6..41e8e29255cb19a35301767480f2b0192f849576 100644 (file)
@@ -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=
index d9d4d901180f4ecae6bb389fd41b0df6dbf25e73..42e2d3c560645b46b7c6185f70698e4480ea35df 100644 (file)
@@ -125,6 +125,9 @@ the presence of an NNTP or IMAP server).  Otherwise, public-inbox-extindex
 will use C<publicinbox.$NAME.inboxdir> as an internal key which can
 cause needless reindexing and require L<--gc> if inboxes are relocated.
 
+Per-inbox C<publicinbox.$NAME.altid> configs is only supported as of
+public-inbox 2.0+ (PENDING).
+
 See L<public-inbox-config(5)> for more details.
 
 =head1 ENVIRONMENT