Bug 292 - deleting folder tree doesn't work
: deleting folder tree doesn't work
Status: RESOLVED FIXED
: Sylpheed-Claws (GTK1)
User Interface/Folder View
: other
: PC Linux
: P3 normal
Assigned To:
:
:
:
  Show dependency treegraph
 
Reported: 2003-09-04 00:16 by
Modified: 2003-09-06 21:51 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2003-09-04 00:16:38
When a folder has a subfolder, deletion of the top level folder doesn't work. 
SC _does_ prompt for confirmation.  When I check to see if the folder is really
deleted, I find that it is not.
------- Comment #1 From 2003-09-04 19:49:55 -------
Yeah something spooky is going on. I found that the trusty
remove_dir_recursive() in src/common/utils.c does not work anymore. It's funny
though, because
the last rmdir() in the function, though it does seem to fail, does not give
any error.
What linux version are you using?
------- Comment #2 From 2003-09-06 21:51:41 -------
2003-09-06 [christoph]  0.9.4claws66

        * src/folder.c
                destroy folder's MsgCache if FolderItem is removed to make sure
                it is not saved when the FolderItem is destroyed