shouldn't rename by path as another folder could
have the same hierarchy).
+2002-11-09 [colin] 0.8.5claws103
+
+ * src/folderview.c
+ Fix prefs_filtering renaming for MH folders (we
+ shouldn't rename by path as another folder could
+ have the same hierarchy).
+
2002-11-09 [colin] 0.8.5claws102
* src/folder.c
MICRO_VERSION=5
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws102
+EXTRA_VERSION=claws103
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
}
g_free(new_folder);
- if (FOLDER_TYPE(item->folder) == F_MH)
- prefs_filtering_rename_path(old_path, item->path);
+ /* if (FOLDER_TYPE(item->folder) == F_MH)
+ prefs_filtering_rename_path(old_path, item->path); */
new_id = folder_item_get_identifier(item);
prefs_filtering_rename_path(old_id, new_id);