aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-08-22 20:05:30 +0800
committernobody <nobody@localhost>2000-08-22 20:05:30 +0800
commit2e129e04c509cffde9e3072bbd94cc1640b05d23 (patch)
tree3b4824784cd30983db4a6ae1f38db287d5815941 /mail/mail-vfolder.h
parent44ae37c371e25fe05e8aee145f1d9af7130a201d (diff)
downloadgsoc2013-evolution-gnomemm-1_1_11.tar
gsoc2013-evolution-gnomemm-1_1_11.tar.gz
gsoc2013-evolution-gnomemm-1_1_11.tar.bz2
gsoc2013-evolution-gnomemm-1_1_11.tar.lz
gsoc2013-evolution-gnomemm-1_1_11.tar.xz
gsoc2013-evolution-gnomemm-1_1_11.tar.zst
gsoc2013-evolution-gnomemm-1_1_11.zip
This commit was manufactured by cvs2svn to create taggnomemm-1_1_11
'gnomemm-1_1_11'. svn path=/tags/gnomemm-1_1_11/; revision=4958
Diffstat (limited to 'mail/mail-vfolder.h')
-rw-r--r--mail/mail-vfolder.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/mail/mail-vfolder.h b/mail/mail-vfolder.h
deleted file mode 100644
index 2ff19cc3ea..0000000000
--- a/mail/mail-vfolder.h
+++ /dev/null
@@ -1,24 +0,0 @@
-
-#ifndef _MAIL_VFOLDER_H
-#define _MAIL_VFOLDER_H
-
-#include <bonobo.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);
-void vfolder_gui_add_rule(VfolderRule *rule);
-void vfolder_gui_add_from_message(CamelMimeMessage *msg, int flags, const char *source);
-
-#endif