* sometimes, the text->html conversion screwed up, because
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Thu, 13 Dec 2007 16:01:18 +0000 (16:01 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Thu, 13 Dec 2007 16:01:18 +0000 (16:01 +0000)
commit98936b16511d3ca4b7e0c09908eed8392c7d869e
tree3d94d71927632e9648e6085d4ccaab2e2180c69a
parent7e2346faf7874ac3d15b51c7320924ceb2c7e2b0
* sometimes, the text->html conversion screwed up, because
  the hyperlinkify happens *after* text->html, and it would
  mistakenly recognize some of the things as part of urls.

https://bugs.maemo.org/show_bug.cgi?id=2540

  Now, we put \007 instead of & when doing the text->html,
  then do the hyperlinkify, then replace \007 with &

pmo-trunk-r3913
src/modest-text-utils.c