aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-05 07:54:55 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-05 07:54:55 +0000
commit11776e5a524745b01ac145439ac2892a29bd0826 (patch)
tree233db0a019b3b533581f611edb9802a80d664279 /src/summaryview.h
parent51f886e4c8b44242b10c057a1af70f66f28bb2e6 (diff)
moved procmsg.c::procmsg_get_filter_keyword() to filter.c::filter_get_keyword_from_msg().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@547 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.h')
-rw-r--r--src/summaryview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/summaryview.h b/src/summaryview.h
index 20737671..d2ba350c 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -37,7 +37,7 @@ typedef struct _SummaryColumnState SummaryColumnState;
#include "headerview.h"
#include "messageview.h"
#include "compose.h"
-#include "prefs_filter.h"
+#include "filter.h"
#include "folder.h"
typedef enum
@@ -172,7 +172,7 @@ void summary_collapse_threads (SummaryView *summaryview);
void summary_filter (SummaryView *summaryview,
gboolean selected_only);
void summary_filter_open (SummaryView *summaryview,
- PrefsFilterType type);
+ FilterCreateType type);
void summary_filter_junk (SummaryView *summaryview,
gboolean selected_only);