From 41d52c7063b47ba2deafa8ca28beae6d0f1cc7f0 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 8 Feb 2005 05:07:42 +0000 Subject: ** See bug #72209 2005-02-07 Not Zed ** See bug #72209 * em-folder-tree.c (emft_popup_copy_folder_exclude): implement one for copying/moving folders. * em-folder-selection.c (em_select_folder): add an excluded func argument, fix callers. * em-folder-tree.c (em_folder_tree_set_exclude_func): allow custom callback for exclusion. (emft_select_func): handle the custom excluded callback. svn path=/trunk/; revision=28745 --- mail/em-folder-selection.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/em-folder-selection.h') diff --git a/mail/em-folder-selection.h b/mail/em-folder-selection.h index 103cf65686..3f646ba76f 100644 --- a/mail/em-folder-selection.h +++ b/mail/em-folder-selection.h @@ -29,9 +29,12 @@ extern "C" { #pragma } #endif /* __cplusplus */ +#include "em-folder-tree.h" + struct _GtkWindow; void em_select_folder (struct _GtkWindow *parent_window, const char *title, const char *oklabel, const char *default_uri, + EMFTExcludeFunc exclude, void (*done)(const char *uri, void *data), void *data); -- cgit v1.2.3