X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-text-utils.c;h=614db37bf760e6b9f699d53b5fd6be3b23674aa1;hb=1728d9b872215ba0b3aadbef96dd3faf9abdb166;hp=59f5cac3c0121ef33896849f6bf78c17503d1717;hpb=0fbbf474b218d00f517fae83561a05f6919679e7;p=modest diff --git a/src/modest-text-utils.c b/src/modest-text-utils.c index 59f5cac..614db37 100644 --- a/src/modest-text-utils.c +++ b/src/modest-text-utils.c @@ -109,7 +109,7 @@ struct _url_match_t { /* note: match MARK_AMP_URI_STR as well, because after txt->html, a '&' will look like $(MARK_AMP_URI_STR)"amp;" */ #define MAIL_VIEWER_URL_MATCH_PATTERNS { \ - { "(file|rtsp|http|ftp|https|mms|mmsh|webcal|feed|rtsp|rdp|lastfm)://[-a-z0-9_$.+!*(),;:@%=?/~#" MARK_AMP_URI_STR \ + { "(file|rtsp|http|ftp|https|mms|mmsh|webcal|feed|rtsp|rdp|lastfm|sip)://[-a-z0-9_$.+!*(),;:@%=?/~#" MARK_AMP_URI_STR \ "]+[-a-z0-9_$%" MARK_AMP_URI_STR "=?/~#]", \ NULL, NULL },\ { "www\\.[-a-z0-9_$.+!*(),;:@%=?/~#" MARK_AMP_URI_STR "]+[-a-z0-9_$%" MARK_AMP_URI_STR "=?/~#]",\