Fix prefs_filtering renaming for MH folders (we

shouldn't rename by path as another folder could
                have the same hierarchy).
This commit is contained in:
Colin Leroy 2002-11-09 16:26:40 +00:00
parent cd0144b450
commit 7eadaa8742
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
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

View file

@ -11,7 +11,7 @@ MINOR_VERSION=8
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

View file

@ -2072,8 +2072,8 @@ static void folderview_rename_folder_cb(FolderView *folderview, guint action,
}
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);