aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage-listener.c
Commit message (Collapse)AuthorAgeFilesLines
* Implemented a new `EFolderTree' object. Make `EStorage' use itEttore Perazzoli2000-09-091-1/+1
| | | | | | | instead of doing the folder tree bookkeeping by itself. Fix my broken fix to Clahey's broken warning fix. svn path=/trunk/; revision=5272
* Fix Chris' fixes.Ettore Perazzoli2000-09-091-3/+3
| | | | svn path=/trunk/; revision=5270
* Added base ETableModel functions.Christopher James Lahey2000-09-091-3/+2
| | | | | | | | | | | 2000-09-08 Christopher James Lahey <clahey@helixcode.com> * e-storage-set-view.c: Added base ETableModel functions. * evolution-storage-listener.c, evolution-storage.c: Fixed some warnings. svn path=/trunk/; revision=5267
* Added new interfaces to be exposed by the local storage, so thatEttore Perazzoli2000-09-081-0/+305
components can get a list of all the folders and specify the display name for them. (Unfinished and untested.) svn path=/trunk/; revision=5256