aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-02 08:42:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-02 08:42:46 +0000
commit2ad5e2325437bb1a5f86fcd629226b433db0488c (patch)
tree315d8bd7d4e6c0bfb9f878d29438e5c20ff842b6 /src/summaryview.h
parent937f0227970b779c01b562630b86bf4d554a320c (diff)
added a feature for junk mail control.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@306 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.h')
-rw-r--r--src/summaryview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/summaryview.h b/src/summaryview.h
index fa5727aa..55fcdb87 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -199,6 +199,9 @@ void summary_filter (SummaryView *summaryview,
void summary_filter_open (SummaryView *summaryview,
PrefsFilterType type);
+void summary_junk (SummaryView *summaryview);
+void summary_not_junk (SummaryView *summaryview);
+
void summary_sort (SummaryView *summaryview,
FolderSortKey sort_key,
FolderSortType sort_type);