<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - xdg-email: Recipients passed to Thunderbird are incorrectly quoted"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91996#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - xdg-email: Recipients passed to Thunderbird are incorrectly quoted"
href="https://bugs.freedesktop.org/show_bug.cgi?id=91996">bug 91996</a>
from <span class="vcard"><a class="email" href="mailto:rdieter@math.unl.edu" title="Rex Dieter <rdieter@math.unl.edu>"> <span class="fn">Rex Dieter</span></a>
</span></b>
<pre>Looks like the comma at the end is presumably to support multiple --to command
line args, which doesn't seem to documented as supported.
this would require one to change from:
xdg-email --to <a href="mailto:pelle@debian.org">pelle@debian.org</a> --to <a href="mailto:pelle@dsv.su.se">pelle@dsv.su.se</a>
to
xdg-email --to <a href="mailto:pelle@debian.org">pelle@debian.org</a>,<a href="mailto:pelle@dsv.su.se">pelle@dsv.su.se</a>
Would you object if I removed it?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>