diff options
author | nobody <nobody@localhost> | 2001-09-17 12:32:38 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-09-17 12:32:38 +0800 |
commit | 4f2abf579ec022b1eaffddd95c361040f9891878 (patch) | |
tree | 6f31e70927858f2bafcfc481e337a665090bdb8e /mail/mail-vfolder.h | |
parent | 169d9ae19a0eb165edc757eca753a757a02f60f7 (diff) | |
download | gsoc2013-evolution-GTKHTML_0_13_0.tar gsoc2013-evolution-GTKHTML_0_13_0.tar.gz gsoc2013-evolution-GTKHTML_0_13_0.tar.bz2 gsoc2013-evolution-GTKHTML_0_13_0.tar.lz gsoc2013-evolution-GTKHTML_0_13_0.tar.xz gsoc2013-evolution-GTKHTML_0_13_0.tar.zst gsoc2013-evolution-GTKHTML_0_13_0.zip |
This commit was manufactured by cvs2svn to create tagGTKHTML_0_13_0
'GTKHTML_0_13_0'.
svn path=/tags/GTKHTML_0_13_0/; revision=12884
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 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 |