]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/View.pm
note the source code is AGPL for cloning
[public-inbox.git] / lib / PublicInbox / View.pm
index 5d5808fad5b2176307e579d5108ad4e7284fd2db..2bfbb808c04a561f40114f60554bbccc9ed8e119 100644 (file)
@@ -651,7 +651,6 @@ sub mailto_arg_link {
        push(@arg, map { "--cc=$_" } @cc);
        my $cc = uri_escape_utf8(join(',', @cc));
        my $href = "mailto:$to?In-Reply-To=$irt&Cc=${cc}&Subject=$subj";
-       $href =~ s/%20/+/g;
 
        (\@arg, ascii_html($href));
 }