aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-03 02:36:39 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-03 02:36:39 +0800
commite60ee74985082c8cd101d75483022b4513036fb3 (patch)
treeecc382b37251fcc11211d39e928ee93d6b98e0fe /mail/mail-vfolder.h
parentc588a84d62d323fdbc61ac6307edda3dc28ccdff (diff)
downloadgsoc2013-evolution-e60ee74985082c8cd101d75483022b4513036fb3.tar.gz
gsoc2013-evolution-e60ee74985082c8cd101d75483022b4513036fb3.tar.zst
gsoc2013-evolution-e60ee74985082c8cd101d75483022b4513036fb3.zip
Connect to the folder_remove signal on the storage. (vfolder_remove): New
2001-08-02 Jeffrey Stedfast <fejj@ximian.com> * mail-vfolder.c (vfolder_create_storage): Connect to the folder_remove signal on the storage. (vfolder_remove): New function to remove a vfolder. svn path=/trunk/; revision=11591
Diffstat (limited to 'mail/mail-vfolder.h')
-rw-r--r--mail/mail-vfolder.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/mail/mail-vfolder.h b/mail/mail-vfolder.h
index 5a365b0a50..052d2b976a 100644
--- a/mail/mail-vfolder.h
+++ b/mail/mail-vfolder.h
@@ -11,18 +11,20 @@
#include "filter/vfolder-rule.h"
#include "filter/filter-part.h"
-void vfolder_create_storage(EvolutionShellComponent *shell_component);
+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);
+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_register_source (CamelFolder *folder);
+
+void vfolder_remove (const char *uri);
EvolutionStorage *mail_vfolder_get_vfolder_storage (void);
da2'>- no longer depend on math/ldouble for math/fftw3-long on >= 504000 sinceahze2005-05-181-0/+4 * - Remove a few MASTER_SITES that don't carry fftw3ahze2005-03-151-3/+1 * - Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE byahze2004-12-203-2/+23 * - Remove i386 Restriction of 3dnow/sse since amd64 has sse and 3dnowahze2004-12-151-18/+14 * Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnowahze2004-12-101-3/+2 * - Add note about WITH_OPTIMIZED_ATHLON will fall back to 3dNow if you don't haveahze2004-12-102-21/+12 * Add support for slave portsahze2004-11-082-63/+74 * Remove not need gnomeprefixahze2004-10-301-1/+1 * Change email to new FreeBSD.org addressahze2004-10-301-1/+1 * Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1 * Needs perl to buildarved2004-08-221-0/+1 * Add missing file to plist.krion2004-08-141-0/+1 * only show i386 options to i386ijliao2004-07-241-3/+7 * Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1 * - Unbreak build by using gmake all over the place. Without this, $< in Makefilespav2004-07-091-3/+3 * - Fix WITH_SSE on 4.x by using gcc-3.3pav2004-06-271-1/+4 * - Performance tweaks: enable SSE2 for libfftw, don't force 16-byte aligned ma...pav2004-05-312-2/+24 * - Build and install fftwf librarypav2004-05-292-4/+63 * - Fix WWW:krion2004-04-291-1/+1 * After repocopy from math/fftw, add fftw 3.0.1, a fast C library for computingpav2004-04-185-53/+36 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1 * - Do not install useless .la fileskrion2003-07-274-18/+38 * o) Update to version 2.1.5lkoeller2003-03-252-3/+5 * o) Fix libtool usage (see PR)lkoeller2003-03-242-2/+3 * De-pkg-comment.knu2003-02-212-1/+1 * Remove duplicate words where appropriate.dd2001-06-251-1/+1 * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1 * Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1 * Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2 * Update to version 2.1.3.steve1999-11-272-2/+2 * changed maintainer's mail address.sumikawa1999-10-031-2/+2 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * Add MASTER_SITE.hoek1999-06-261-2/+3 * Update master website.hoek1999-06-261-1/+1 * Fixup version required comment after upgrade.steve1999-06-091-2/+2 * Upgrade to 2.1.2.mph1999-06-072-3/+3 * Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-061-1/+0 * ADD WWW:mharo1999-05-031-1/+3 * Update to version 2.1.1.steve1999-04-035-37/+45 * Fast C routines library to compute the Discrete Fourier Transformtaoka1999-03-185-0/+63