diff options
Diffstat (limited to 'shell/e-shell-folder-commands.h')
-rw-r--r-- | shell/e-shell-folder-commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-folder-commands.h b/shell/e-shell-folder-commands.h index 379b401f9a..95585f1d43 100644 --- a/shell/e-shell-folder-commands.h +++ b/shell/e-shell-folder-commands.h @@ -33,6 +33,7 @@ void e_shell_command_open_folder_in_other_window (EShell *shell, EShellView *sh void e_shell_command_copy_folder (EShell *shell, EShellView *shell_view); void e_shell_command_move_folder (EShell *shell, EShellView *shell_view); +void e_shell_command_delete_folder (EShell *shell, EShellView *shell_view); void e_shell_command_rename_folder (EShell *shell, EShellView *shell_view); void e_shell_command_add_to_shortcut_bar (EShell *shell, EShellView *shell_view); |