about summary refs log tree commit homepage
path: root/lib/PublicInbox/Hval.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-11 10:55:39 +0000
committerEric Wong <e@80x24.org>2023-01-11 18:53:05 +0000
commit20ab293a131f0ec228932bf3448d1b09e280672b (patch)
treed9ff2c63a209dcd52044461c2d8cee6e50d6f775 /lib/PublicInbox/Hval.pm
parent563206c94db52f7e0e6d899fef2681c9e63f8fee (diff)
downloadpublic-inbox-20ab293a131f0ec228932bf3448d1b09e280672b.tar.gz
To ensure users aren't abusing the ability to reuse Message-IDs,
provide a convenient front-end to `lei mail-diff' from WWW.
Most of the time it's just list-appended signatures, so I expect
this to be useful for /all/ users.
Diffstat (limited to 'lib/PublicInbox/Hval.pm')
-rw-r--r--lib/PublicInbox/Hval.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/Hval.pm b/lib/PublicInbox/Hval.pm
index 00b3c8b4..0677865e 100644
--- a/lib/PublicInbox/Hval.pm
+++ b/lib/PublicInbox/Hval.pm
@@ -118,7 +118,7 @@ $ESCAPES{'/'} = ':'; # common
 sub to_attr ($) {
         my ($str) = @_;
 
-        # git would never do this to us:
+        # git would never do this to us, mail diff uses // to prevent anchors:
         return if index($str, '//') >= 0;
 
         my $first = '';