aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-commands.c
Commit message (Expand)AuthorAgeFilesLines
* Use e_folder_get_name. Don't assume it's the same as the last pathDan Winship2002-03-231-6/+3
* Make old_name_locale non-const to placate a compiler warning.Ettore Perazzoli2002-03-101-1/+2
* [Fix #20234, Deleting Folder gratuitiously causes /local to open.]Ettore Perazzoli2002-03-051-1/+15
* Convert folder name to locale's encoding before using it as part of theZbigniew Chyla2001-12-041-2/+4
* Fix the license text to make sense.Ettore Perazzoli2001-10-271-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Don't allow invalid folder names. [#12027]Ettore Perazzoli2001-10-271-5/+17
* Get the path and the shell view instead. (rename_callback_data_free):Ettore Perazzoli2001-10-241-14/+17
* New. (rename_callback_data_free): New. (rename_cb): Rename the folderEttore Perazzoli2001-10-241-7/+50
* [Fix #7643, Starting new view doesn't honor "view" settings.]Ettore Perazzoli2001-10-121-1/+1
* Don't free the folder_command_data here. It is supposed to be freed in theEttore Perazzoli2001-10-121-1/+0
* New, callback for the ::removed_folder signal on the shell's EStorageSet.Ettore Perazzoli2001-10-031-14/+1
* Allow callers to set the default type of folder to be created.Iain Holmes2001-09-291-2/+3
* Change the name on the EFolder object too.Ettore Perazzoli2001-09-261-0/+6
* [Implemented the "Rename" command. Warning, it doesn't quite workEttore Perazzoli2001-09-261-107/+40
* New helper function. (command_move_folder): Pass the @folder_path argumentEttore Perazzoli2001-09-261-43/+69
* [Fix #5990, Remembering Evolution window geometry.]Ettore Perazzoli2001-09-141-1/+5
* Purify run. All small leaks.Dan Winship2001-09-101-0/+1
* [Fix #6971, Default folder should be the Summary.]Ettore Perazzoli2001-09-051-1/+1
* Remove the folder from the EvolutionStorage as well as the EStorage.Peter Williams2001-09-041-0/+4
* Actually return if the folder is being moved into one of its descendants.Ettore Perazzoli2001-08-231-0/+1
* Remove unused variable @folder.Jason Leach2001-08-141-1/+6
* [Finally! Fix #413, "Support for stock folders", and #786, "i18n:Ettore Perazzoli2001-08-121-2/+8
* `#if 0'ed out. (rename_cb): Likewise.Ettore Perazzoli2001-08-101-0/+4
* build fixJacob Leach2001-08-041-0/+2
* [Removing Evolution::LocalStorage interface, abstracting the unread countsJason Leach2001-08-041-7/+112
* Make the local storage name "Local Folders" instead of "local", looksJason Leach2001-07-201-1/+1
* convert the folder name from utf8 before displaying them in the dialog andLarry Ewing2001-07-101-3/+8
* Added error dialogs for when the user tries to copy/move a folder overEttore Perazzoli2001-07-061-0/+27
* Get the File -> Folder -> Properties menu item work again for theEttore Perazzoli2001-07-051-13/+0
* This is a first shoot at making shortcuts renameable [#3719];Ettore Perazzoli2001-06-301-1/+1
* Rename `e_shell_new_view()' into `e_shell_create_view()' to avoidEttore Perazzoli2001-06-281-1/+1
* Fix a gazillion warnings.Ettore Perazzoli2001-06-241-4/+6
* (Implemented deleting folders in the shell. Files changed that aren'tJason Leach2001-06-241-6/+97
* Allow a NULL @shell_view arg inEttore Perazzoli2001-06-091-2/+1
* Plug in all the folder tree right click menu verbs so bonobo-warningsJason Leach2001-06-061-1/+14
* New function (probably should just be static).Jason Leach2001-05-311-1/+1
* Removed an unecessary sleep(2) call, so evolution will start up 2 secondsJason Leach2001-05-311-2/+11
* Added ETSPECDIR. Added e-storage-set-view.etspec to get installed.Christopher James Lahey2001-05-261-0/+1
* Implemented the "Copy Folder" and "Move Folder" menu items. Untested.Ettore Perazzoli2001-05-201-12/+212
* Renamed the "NewWindow" verb into "OpenFolderInNewWindow". Got theEttore Perazzoli2001-05-191-1/+9
* Create new files for the folder commands, and move the "Create newEttore Perazzoli2001-05-191-0/+125