aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_filter.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-08 10:47:44 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-08 10:47:44 +0000
commit238c849d9e18136563bb96f8ac1e9c6d42d7ed8b (patch)
tree95048c3a97e1c68db0a0e50320934ecacbdd8a9d /src/prefs_filter.c
parenta01b936f8ccfe93f6cd057f6f64e20df58621f78 (diff)
made more prefs_filter functions public.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@811 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_filter.c')
-rw-r--r--src/prefs_filter.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/prefs_filter.c b/src/prefs_filter.c
index 6e737d21..893fc024 100644
--- a/src/prefs_filter.c
+++ b/src/prefs_filter.c
@@ -86,8 +86,6 @@ static void prefs_filter_set_list_row (GtkTreeIter *iter,
FilterRule *rule,
gboolean move_view);
-static void prefs_filter_set_header_list (MsgInfo *msginfo);
-
static void prefs_filter_write_user_header_list (void);
static void prefs_filter_set_list (void);
@@ -528,7 +526,7 @@ void prefs_filter_set_msg_header_list(MsgInfo *msginfo)
}
}
-static void prefs_filter_set_header_list(MsgInfo *msginfo)
+void prefs_filter_set_header_list(MsgInfo *msginfo)
{
GSList *list = NULL;
gchar *path;
@@ -563,7 +561,6 @@ static void prefs_filter_set_header_list(MsgInfo *msginfo)
g_free(path);
prefs_filter_set_user_header_list(list);
-
prefs_filter_set_msg_header_list(msginfo);
}