aboutsummaryrefslogtreecommitdiff
path: root/libsylph/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/filter.h')
-rw-r--r--libsylph/filter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/filter.h b/libsylph/filter.h
index 35c43c70..bb98e570 100644
--- a/libsylph/filter.h
+++ b/libsylph/filter.h
@@ -213,6 +213,10 @@ FilterAction *filter_action_new (FilterActionType type,
const gchar *str);
FilterInfo *filter_info_new (void);
+FilterRule *filter_junk_rule_create (PrefsAccount *account,
+ FolderItem *default_junk,
+ gboolean is_manual);
+
void filter_rule_rename_dest_path (FilterRule *rule,
const gchar *old_path,
const gchar *new_path);