Email addresses in the form "Test <test@test.tt>" are not displayed correctly. The ">" is escaped and changed to ">", and the link includes the &. We should fix the bug and definitely add a unit test for this case before closing this bug.
Okay, d_ed and I decided that we should make UrlFilter ignore emails for now. That would fix this bug and allow us to release 0.6. At some later time, we should make a separate filter for emails that doesn't do this, and also maybe does some fancy stuff (like matching the contact in Nepomuk/Akonadi and embedding m0ar metadata).
Git commit a08d0c5759c036d35add9448e6887e3304da53fc by Lasath Fernando. Committed on 17/03/2013 at 01:25. Pushed by fernando into branch 'master'. Make UrlFilter ignore emails It screws them up anyway because of the '>' at the end. We'll make a separate filter for emails that deals with them better later. M +8 -6 KTp/message-url-filter.cpp http://commits.kde.org/telepathy-common-internals/a08d0c5759c036d35add9448e6887e3304da53fc