From a8d1cfd503a41310aaec32e2e9393dc4a4651073 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 2 Feb 2004 07:08:36 +0000 Subject: ** See bug #52994. 2004-02-02 Not Zed ** See bug #52994. * em-folder-properties.c (em_folder_properties_show): redirect vFolder uri's to the vFolder editor. ** See bug #53502. * em-folder-browser.c (emfb_folder_properties): implement. * em-folder-tree.c (emft_popup_properties): fixed for change below. * em-folder-properties.[ch]: Moved the folder properties window from em-folder-tree.c to its own file. svn path=/trunk/; revision=24564 --- mail/em-folder-properties.h | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 mail/em-folder-properties.h (limited to 'mail/em-folder-properties.h') diff --git a/mail/em-folder-properties.h b/mail/em-folder-properties.h new file mode 100644 index 0000000000..3fed03fc2c --- /dev/null +++ b/mail/em-folder-properties.h @@ -0,0 +1,39 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * Authors: Michael Zucchi + * + * Copyright 2003 Ximian, Inc. (www.ximian.com) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. + * + */ + +#ifndef __EM_FOLDER_PROPERTIES_H__ +#define __EM_FOLDER_PROPERTIES_H__ + +#ifdef __cplusplus +extern "C" { +#pragma } +#endif /* __cplusplus */ + +struct _CamelFolder; +struct _GtkWindow; + +void em_folder_properties_show(struct _GtkWindow *parent, struct _CamelFolder *folder, const char *uri); + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif /* __EM_FOLDER_PROPERTIES_H__ */ -- cgit v1.2.3