Updated Hungarian translation
[evolution.git] / mail / em-folder-properties.h
blob496cfe4e0a6d0a90d6a42b4e17cfab8b902be39c
1 /*
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
10 * for more details.
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/>.
16 * Authors:
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>
29 G_BEGIN_DECLS
31 void em_folder_properties_show (CamelStore *store,
32 const gchar *folder_name,
33 EAlertSink *alert_sink,
34 GtkWindow *parent_window);
36 G_END_DECLS
38 #endif /* __EM_FOLDER_PROPERTIES_H__ */