aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-tree.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix `e_folder_tree_get_folder()' so that it returns NULL (instead ofEttore Perazzoli2000-09-091-0/+3
| | | | | | segfaulting) if there is no folder at the specified @path. svn path=/trunk/; revision=5276
* Implemented a new `EFolderTree' object. Make `EStorage' use itEttore Perazzoli2000-09-091-0/+377
instead of doing the folder tree bookkeeping by itself. Fix my broken fix to Clahey's broken warning fix. svn path=/trunk/; revision=5272