https://bugzilla.wikimedia.org/show_bug.cgi?id=28434
--- Comment #1 from Brion Vibber <[email protected]> 2011-04-06 22:04:55 UTC --- It looks like the mails are plaintext, so this would require either converting the mails to HTML (eek! sounds like a big upstream issue) or interpolating full links into the mails, eg converting: "Did you see Brion's notes on the tracking bug? (bug 19986) We should probably put these there if they're not the same." -> to -> "Did you see Brion's notes on the tracking bug? (bug 19986 <https://bugzilla.wikimedia.org/show_bug.cgi?id=19986>) We should probably put these there if they're not the same." and likewise for the revs. This ought to work reasonably well, at least if done before line wrapping gets applied. :) Not sure offhand how easy it is to slide that into an extension for Bugzilla or if it'll be a hacky patch. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
