#!/bin/sh
-#$Id: snom.pl,v 1.39 2006-05-22 12:27:16 michael Exp $
+#$Id: snom.pl,v 1.40 2006-05-22 12:40:14 michael Exp $
PATH=/opt/csw/bin:/opt/local/bin:/usr/bin:/bin exec perl -w -x "$0" "$@"
#<option value="1" selected>51@stargate.gernoth.loc</option>
#<option value="2">89@asterix.ear-projekt.de</option>
#<option value="3">41@grumpy.gernoth.loc</option>
- if (m/^\<option value=\"(.+)\"( selected)?\>([^<]*)\<\/option\>$/) {
+ if (m/^\<option value=\"(.+)\"( selected)?\>([^<\@]*)\@([^<]*)\<\/option\>$/) {
+ my $line = $3;
$g_identity->append_text("${3}");
$g_identity->set_active(${1}-1) if(defined($2));
}