+2003-03-18 [match] 0.8.11claws28
+ * src/editgroup.h
+ remove case sensitive comparison (closes bug 80).
+
2003-03-18 [christoph] 0.8.11claws27
* src/imap.c
MICRO_VERSION=11
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws27
+EXTRA_VERSION=claws28
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
return NULL;
}
if( folder ) {
- if( strcasecmp( name, ADDRITEM_NAME(folder) ) == 0 ) {
+ if( strcmp( name, ADDRITEM_NAME(folder) ) == 0 ) {
g_free( name );
return NULL;
}