about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchThread.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-02-14 22:56:37 +0000
committerEric Wong <e@80x24.org>2017-02-14 22:56:37 +0000
commit7c598ac6a81140e1b6d231809de2f4e7e296984b (patch)
tree25cd0c37335b731668d980177ce844ceea5a9558 /lib/PublicInbox/SearchThread.pm
parenteb0267592377e116c7184d206bff48413ae202fe (diff)
parent364de65f8a6b5729027cb70228312a141430122f (diff)
downloadpublic-inbox-7c598ac6a81140e1b6d231809de2f4e7e296984b.tar.gz
* origin/master:
  www: do not unescape PATH_INFO twice
  t/mime: quiet warnings for old versions of Email::Simple
  handle repeated References and In-Reply-To headers
Diffstat (limited to 'lib/PublicInbox/SearchThread.pm')
-rw-r--r--lib/PublicInbox/SearchThread.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/SearchThread.pm b/lib/PublicInbox/SearchThread.pm
index 2cd066db..2966907a 100644
--- a/lib/PublicInbox/SearchThread.pm
+++ b/lib/PublicInbox/SearchThread.pm
@@ -7,7 +7,7 @@
 # Mail::Thread is unmaintained and unavailable on some distros.
 # We also do not want pruning or subject grouping, since we want
 # to encourage strict threading and hopefully encourage people
-# to use proper In-Reply-To.
+# to use proper In-Reply-To/References.
 #
 # This includes fixes from several open bugs for Mail::Thread
 #