aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autofilter.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-04 02:07:50 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:06 +0800
commitb73fe7218fedc76c1f5860c02315eac957669167 (patch)
tree6f339a60996440986d447bca07c58cd623144457 /mail/mail-autofilter.h
parent839b17d1fd5265f0dd32e63be2b9146466266757 (diff)
downloadgsoc2013-evolution-b73fe7218fedc76c1f5860c02315eac957669167.tar
gsoc2013-evolution-b73fe7218fedc76c1f5860c02315eac957669167.tar.gz
gsoc2013-evolution-b73fe7218fedc76c1f5860c02315eac957669167.tar.bz2
gsoc2013-evolution-b73fe7218fedc76c1f5860c02315eac957669167.tar.lz
gsoc2013-evolution-b73fe7218fedc76c1f5860c02315eac957669167.tar.xz
gsoc2013-evolution-b73fe7218fedc76c1f5860c02315eac957669167.tar.zst
gsoc2013-evolution-b73fe7218fedc76c1f5860c02315eac957669167.zip
Build vfolder rules with CamelFolders instead of folder URIs.
Diffstat (limited to 'mail/mail-autofilter.h')
-rw-r--r--mail/mail-autofilter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-autofilter.h b/mail/mail-autofilter.h
index 7967023b20..7c5c23ab87 100644
--- a/mail/mail-autofilter.h
+++ b/mail/mail-autofilter.h
@@ -41,14 +41,14 @@ enum {
EFilterRule * em_vfolder_rule_from_message (EMVFolderContext *context,
CamelMimeMessage *msg,
gint flags,
- const gchar *source);
+ CamelFolder *folder);
EFilterRule * filter_rule_from_message (EMFilterContext *context,
CamelMimeMessage *msg,
gint flags);
EFilterRule * em_vfolder_rule_from_address (EMVFolderContext *context,
CamelInternetAddress *addr,
gint flags,
- const gchar *source);
+ CamelFolder *folder);
/* easiest place to put this */
void filter_gui_add_from_message (EMailSession *session,