aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-commands.h
Commit message (Collapse)AuthorAgeFilesLines
* Get the File -> Folder -> Properties menu item work again for theEttore Perazzoli2001-07-051-2/+0
| | | | | | mailer. svn path=/trunk/; revision=10793
* Plug in all the folder tree right click menu verbs so bonobo-warningsJason Leach2001-06-061-0/+1
| | | | | | | | | | | | | | | | 2001-06-05 Jason Leach <jleach@ximian.com> * e-shell-view-menu.c: Plug in all the folder tree right click menu verbs so bonobo-warnings aren't emitted (even though the respective implementation functions are currently unimplemented). (command_delete_folder): New function, see above. (command_rename_folder): Ditto. (command_folder_properties): Ditto. * e-shell-folder-commands.c (e_shell_command_delete_folder): New function, currently unimplemented. svn path=/trunk/; revision=10128
* Create new files for the folder commands, and move the "Create newEttore Perazzoli2001-05-191-0/+42
folder" implementation into them. svn path=/trunk/; revision=9889