diff options
author | nobody <nobody@localhost> | 2001-07-25 08:33:17 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-07-25 08:33:17 +0800 |
commit | e2c2c08d784f95c513c024e9adb504f2f68946b4 (patch) | |
tree | 8ef1fb6f0f43735a382bada2f369dde7d04387f4 /mail/mail-vfolder.h | |
parent | e951bf718e130e43567187f4b71c27672cd6e996 (diff) | |
download | gsoc2013-evolution-XST_0_7_0.tar gsoc2013-evolution-XST_0_7_0.tar.gz gsoc2013-evolution-XST_0_7_0.tar.bz2 gsoc2013-evolution-XST_0_7_0.tar.lz gsoc2013-evolution-XST_0_7_0.tar.xz gsoc2013-evolution-XST_0_7_0.tar.zst gsoc2013-evolution-XST_0_7_0.zip |
This commit was manufactured by cvs2svn to create tag 'XST_0_7_0'.XST_0_7_0
svn path=/tags/XST_0_7_0/; revision=11390
Diffstat (limited to 'mail/mail-vfolder.h')
-rw-r--r-- | mail/mail-vfolder.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/mail-vfolder.h b/mail/mail-vfolder.h deleted file mode 100644 index 5a365b0a50..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_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); - -EvolutionStorage *mail_vfolder_get_vfolder_storage (void); - -#endif |