aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-08-05 03:29:35 +0800
committernobody <nobody@localhost>2001-08-05 03:29:35 +0800
commit26eb615de8b85266a456f2155fb39ce63fc76e63 (patch)
tree0f0f7d161df8ec2e9a2e06dc0f87a8c17389d1e1 /mail/mail-vfolder.h
parent950e90cd92e950cb17645b5c3d6fc6eae2f07c5e (diff)
downloadgsoc2013-evolution-guikachu-0_8.tar
gsoc2013-evolution-guikachu-0_8.tar.gz
gsoc2013-evolution-guikachu-0_8.tar.bz2
gsoc2013-evolution-guikachu-0_8.tar.lz
gsoc2013-evolution-guikachu-0_8.tar.xz
gsoc2013-evolution-guikachu-0_8.tar.zst
gsoc2013-evolution-guikachu-0_8.zip
This commit was manufactured by cvs2svn to create tag 'guikachu-0_8'.guikachu-0_8
svn path=/tags/guikachu-0_8/; revision=11681
Diffstat (limited to 'mail/mail-vfolder.h')
-rw-r--r--mail/mail-vfolder.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/mail/mail-vfolder.h b/mail/mail-vfolder.h
deleted file mode 100644
index 052d2b976a..0000000000
--- a/mail/mail-vfolder.h
+++ /dev/null
@@ -1,31 +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_create_storage (EvolutionShellComponent *shell_component);
-
-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);
-
-void vfolder_remove (const char *uri);
-
-EvolutionStorage *mail_vfolder_get_vfolder_storage (void);
-
-#endif