3 * This program is free software; you can redistribute it and/or modify it
4 * under the terms of the GNU Lesser General Public License as published by
5 * the Free Software Foundation.
7 * This program is distributed in the hope that it will be useful, but
8 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
9 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 * You should have received a copy of the GNU Lesser General Public License
13 * along with this program; if not, see <http://www.gnu.org/licenses/>.
17 * Michael Zucchi <notzed@ximian.com>
19 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
23 #ifndef __EM_FOLDER_PROPERTIES_H__
24 #define __EM_FOLDER_PROPERTIES_H__
26 #include <camel/camel.h>
27 #include <e-util/e-util.h>
31 void em_folder_properties_show (CamelStore
*store
,
32 const gchar
*folder_name
,
33 EAlertSink
*alert_sink
,
34 GtkWindow
*parent_window
);
38 #endif /* __EM_FOLDER_PROPERTIES_H__ */