+2003-01-15 [darko] 0.8.8claws100
+
+ * src/pine.c
+ fix crash when importing pine address book
+ entry with an empty name (reported by DY
+ <dybulk at tri8.net>)
+
2003-01-14 [paul] 0.8.8claws99
* configure.in ** REMOVED **
MICRO_VERSION=8
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws99
+EXTRA_VERSION=claws100
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
g_return_if_fail( address != NULL );
+ /* create an entry with empty name if needed */
+ if ( name == NULL )
+ name = "";
+
/* Test whether address already in hash table */
key = g_strdup( address );
g_strdown( key );