]> git.datanom.net - vfolder.git/blob - src/vfolder_prop.h
initial upload
[vfolder.git] / src / vfolder_prop.h
1 /*
2 * $Id: $
3 */
4
5 /* vim:et:ts=4:sw=4:et:sts=4:ai:set list listchars=tab\:»·,trail\:·: */
6
7 /*
8 * Virtual folder plugin for claws-mail
9 * Claws Mail is Copyright (C) 1999-2012 by the Claws Mail Team
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 3 of the License, or
14 * (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program. If not, see <http://www.gnu.org/licenses/>.
23 *
24 */
25
26 #ifndef __VFOLDER_PROP_H__
27 #define __VFOLDER_PROP_H__
28
29 #include <glib.h>
30
31 G_BEGIN_DECLS
32
33 #include "gettext.h"
34 #include "folder.h"
35 #include "vfolder.h"
36 #include <gtk/gtk.h>
37
38 gboolean vfolder_create_item_dialog(FolderItem* folder_item);
39 gboolean vfolder_edit_item_dialog(VFolderItem* vfolder_item);
40 void vfolder_set_msgs_filter(VFolderItem* vfolder_item);
41
42 G_END_DECLS
43
44 #endif
This page took 0.074059 seconds and 6 git commands to generate.