fix incorrect parsing of email addresses, submitted by
Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
name display if it contains @".
+2002-12-19 [alfons] 0.8.6claws117
+
+ * src/textview.c
+ fix incorrect parsing of email addresses, submitted by
+ Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
+ name display if it contains @".
+
2002-12-18 [paul] 0.8.6claws116
* sync with 0.8.6cvs23
MICRO_VERSION=6
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws116
+EXTRA_VERSION=claws117
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
if (scanpos) {
/* check if URI can be parsed */
- if (parser[last_index].parse(linebuf, scanpos, &bp, &ep)
+ if (parser[last_index].parse(walk, scanpos, &bp, &ep)
&& (size_t) (ep - bp - 1) > strlen(parser[last_index].needle)) {
ADD_TXT_POS(bp, ep, last_index);
walk = ep;