]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchIdx.pm
search: match quote detection behavior of view
[public-inbox.git] / lib / PublicInbox / SearchIdx.pm
index ae890605d14e56a7386f100ee477786d45c5dc2f..25452daec4280eae41a3d8f311c49bd2d5c0cbde 100644 (file)
@@ -184,7 +184,7 @@ sub add_message {
                        $part->body_set('');
                        my @lines = split(/\n/, $body);
                        while (defined(my $l = shift @lines)) {
-                               if ($l =~ /^\s*>/) {
+                               if ($l =~ /^>/) {
                                        push @quot, $l;
                                } else {
                                        push @orig, $l;