about summary refs log tree commit homepage
path: root/Documentation/public-inbox-config.pod
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-04-21 20:30:06 +0000
committerEric Wong <e@yhbt.net>2020-04-25 04:42:09 +0000
commit693361aed909049cef8e47a6147cbf12d44f21c8 (patch)
tree78bc4827817c4d67e15b03ff7f0e6e860cf0470a /Documentation/public-inbox-config.pod
parentb70473ab8296d31ebb600adb4fa8fe0ac5935ca8 (diff)
downloadpublic-inbox-693361aed909049cef8e47a6147cbf12d44f21c8.tar.gz
As an established project (:P), it's important to document when
new features appear in manpages.   Users may be reading new
documentation online which doesn't reflect an older version they
have installed.
Diffstat (limited to 'Documentation/public-inbox-config.pod')
-rw-r--r--Documentation/public-inbox-config.pod8
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod
index f3b6c8b7..e6108c35 100644
--- a/Documentation/public-inbox-config.pod
+++ b/Documentation/public-inbox-config.pod
@@ -87,9 +87,11 @@ Default: none; only for L<public-inbox-watch(1)> users
         [publicinbox "test"]
                 watchheader = List-Id:<test.example.com>
 
-If specified, L<public-inbox-watch(1)> will only process mail matching
-the given header.  If specified multiple times, mail will be processed
-if it matches any of the values.
+If specified, L<public-inbox-watch(1)> will only process mail
+matching the given header.  If specified multiple times in
+public-inbox 1.5 or later, mail will be processed if it matches
+any of the values.  Only the last value was used in public-inbox
+1.4 and earlier.
 
 Default: none; only for L<public-inbox-watch(1)> users