aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autofilter.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-06 06:23:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-06 06:37:07 +0800
commitb8bb681c179c59e18a0fd361806cfbdaafd7c269 (patch)
tree9d83ac3baa1d213752c4e0e800784a4b5373b52c /mail/mail-autofilter.h
parent19fd9e96f2bca8a8fb598367bfab930a43c0c175 (diff)
downloadgsoc2013-evolution-b8bb681c179c59e18a0fd361806cfbdaafd7c269.tar
gsoc2013-evolution-b8bb681c179c59e18a0fd361806cfbdaafd7c269.tar.gz
gsoc2013-evolution-b8bb681c179c59e18a0fd361806cfbdaafd7c269.tar.bz2
gsoc2013-evolution-b8bb681c179c59e18a0fd361806cfbdaafd7c269.tar.lz
gsoc2013-evolution-b8bb681c179c59e18a0fd361806cfbdaafd7c269.tar.xz
gsoc2013-evolution-b8bb681c179c59e18a0fd361806cfbdaafd7c269.tar.zst
gsoc2013-evolution-b8bb681c179c59e18a0fd361806cfbdaafd7c269.zip
MailFolderCache: Emit folder names instead of URIs in signals.
Diffstat (limited to 'mail/mail-autofilter.h')
-rw-r--r--mail/mail-autofilter.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mail-autofilter.h b/mail/mail-autofilter.h
index 7c5c23ab87..418c2e38f1 100644
--- a/mail/mail-autofilter.h
+++ b/mail/mail-autofilter.h
@@ -58,12 +58,12 @@ void filter_gui_add_from_message (EMailSession *session,
/* Also easiest place for these, we should really
* share a global rule context for this stuff ... */
-void mail_filter_rename_uri (EMailBackend *backend,
+void mail_filter_rename_folder (EMailBackend *backend,
CamelStore *store,
- const gchar *olduri,
- const gchar *newuri);
-void mail_filter_delete_uri (EMailBackend *backend,
+ const gchar *old_folder_name,
+ const gchar *new_folder_name);
+void mail_filter_delete_folder (EMailBackend *backend,
CamelStore *store,
- const gchar *uri);
+ const gchar *folder_name);
#endif /* MAIL_AUTOFILTER_H */