aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-09-17 12:32:38 +0800
committernobody <nobody@localhost>2001-09-17 12:32:38 +0800
commit34ae3a84e3812e3bd297a36b7550020823eebc7f (patch)
tree6f31e70927858f2bafcfc481e337a665090bdb8e /mail/mail-vfolder.h
parent169d9ae19a0eb165edc757eca753a757a02f60f7 (diff)
downloadgsoc2013-evolution-GNOME_CONTROL_CENTER_1_5_8.tar
gsoc2013-evolution-GNOME_CONTROL_CENTER_1_5_8.tar.gz
gsoc2013-evolution-GNOME_CONTROL_CENTER_1_5_8.tar.bz2
gsoc2013-evolution-GNOME_CONTROL_CENTER_1_5_8.tar.lz
gsoc2013-evolution-GNOME_CONTROL_CENTER_1_5_8.tar.xz
gsoc2013-evolution-GNOME_CONTROL_CENTER_1_5_8.tar.zst
gsoc2013-evolution-GNOME_CONTROL_CENTER_1_5_8.zip
This commit was manufactured by cvs2svn to create tagGNOME_CONTROL_CENTER_1_5_8
'GNOME_CONTROL_CENTER_1_5_8'. svn path=/tags/GNOME_CONTROL_CENTER_1_5_8/; revision=12877
Diffstat (limited to 'mail/mail-vfolder.h')
-rw-r--r--mail/mail-vfolder.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/mail-vfolder.h b/mail/mail-vfolder.h
deleted file mode 100644
index 1245a4cd77..0000000000
--- a/mail/mail-vfolder.h
+++ /dev/null
@@ -1,29 +0,0 @@
-
-#ifndef _MAIL_VFOLDER_H
-#define _MAIL_VFOLDER_H
-
-#include "Evolution.h"
-#include "evolution-storage.h"
-#include "evolution-shell-component.h"
-
-#include "camel/camel-folder.h"
-#include "camel/camel-mime-message.h"
-#include "filter/vfolder-rule.h"
-#include "filter/filter-part.h"
-
-void vfolder_load_storage(GNOME_Evolution_Shell shell);
-
-CamelFolder *vfolder_uri_to_folder (const char *uri, CamelException *ex);
-void vfolder_edit (void);
-FilterPart *vfolder_create_part (const char *name);
-FilterRule *vfolder_clone_rule (FilterRule *in);
-void vfolder_gui_add_rule (VfolderRule *rule);
-void vfolder_gui_add_from_message (CamelMimeMessage *msg, int flags, const char *source);
-void vfolder_gui_add_from_mlist (CamelMimeMessage *msg, const char *mlist, const char *source);
-
-/* for registering all open folders as potential vfolder sources */
-void vfolder_register_source (CamelFolder *folder);
-
-EvolutionStorage *mail_vfolder_get_vfolder_storage (void);
-
-#endif