diff options
author | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
commit | 8f6f0d2eb8e4dc4d9eeeb6033eacff70538f8c65 (patch) | |
tree | 9a14849dd3a40bd1667b88d689e2aa7d58d08bce /mail/mail-vfolder.h | |
parent | 74f4231f4eb650f0243ff39ab5a085b1df4f7697 (diff) | |
download | gsoc2013-evolution-XPROP_REWRITE.tar gsoc2013-evolution-XPROP_REWRITE.tar.gz gsoc2013-evolution-XPROP_REWRITE.tar.bz2 gsoc2013-evolution-XPROP_REWRITE.tar.lz gsoc2013-evolution-XPROP_REWRITE.tar.xz gsoc2013-evolution-XPROP_REWRITE.tar.zst gsoc2013-evolution-XPROP_REWRITE.zip |
This commit was manufactured by cvs2svn to create tagXPROP_REWRITE
'XPROP_REWRITE'.
svn path=/tags/XPROP_REWRITE/; revision=16889
Diffstat (limited to 'mail/mail-vfolder.h')
-rw-r--r-- | mail/mail-vfolder.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/mail/mail-vfolder.h b/mail/mail-vfolder.h deleted file mode 100644 index 6de0ff52b6..0000000000 --- a/mail/mail-vfolder.h +++ /dev/null @@ -1,36 +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); - -void vfolder_edit (void); -void vfolder_edit_rule(const char *name); -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 (const char *mlist, const char *source); - -/* add a uri that is now (un)available to vfolders in a transient manner */ -void mail_vfolder_add_uri(CamelStore *store, const char *uri, int remove); - -/* note that a folder has changed name (uri) */ -void mail_vfolder_rename_uri(CamelStore *store, const char *from, const char *to); - -/* remove a uri that should be removed from vfolders permanently */ -void mail_vfolder_delete_uri(CamelStore *store, const char *uri); - -/* close up, clean up */ -void mail_vfolder_shutdown (void); - -#endif |