~ubuntu-branches/ubuntu/intrepid/empathy/intrepid

« back to all changes in this revision

Viewing changes to libempathy/empathy-utils.c

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2008-10-20 21:48:50 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20081020214850-pm6i0vjz6fve5tqj
Tags: 2.24.1-1ubuntu1
* Merge from debian experimental, remaining changes:
  - debian/patches/01fixtabbehavour.diff: Change behaviour of tabs in chat
    dialogs
  - Add Recommends on telepathy-butterfly and telepathy-haze
  - Add Suggests on telepathy-idle

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                        break;
98
98
                case EMPATHY_REGEX_EMAIL:
99
99
                        expression =
100
 
                                "(mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9]"
 
100
                                "(mailto:)?[a-z0-9][a-z0-9._-]*@[a-z0-9]"
101
101
                                "[a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+";
102
102
                        break;
103
103
                case EMPATHY_REGEX_OTHER: