aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-22 08:44:10 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-22 08:44:10 +0000
commitc77c6ae995dedbe433fa36f1e4fc75ece4537039 (patch)
treee2cd5933e9824e946a1e41ac3729dde5a51a9e9b /src/summaryview.h
parentd2327d919562327399c0799b36e71178defe9e93 (diff)
Automatically select appropriate Junk folder on filtering.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2767 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 6c64fe7b..723b5b73 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -159,6 +159,9 @@ private:
GSList *pos_list;
guint write_lock_count;
+
+ /* junk filter list */
+ GSList *junk_fltlist;
};
SummaryView *summary_create(void);