GNOME Bugzilla – Bug 663185
mailto content and tooltip shouldn't include query string
Last modified: 2012-01-18 23:41:27 UTC
Yelp can automatically format the content and tooltip for mailto links. It uses the email address with substring-after($href, 'mailto:'). If there's a query string (e.g. ?subject=Hello), it should strip that.
The following fix has been pushed: f489e3c Strip query string from email address in tooltip
Created attachment 205590 [details] [review] Strip query string from email address in tooltip