aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-08-03 09:00:07 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-08-03 09:00:07 +0000
commit7977d19f80b9e1b901bb00d507681126e279d0f1 (patch)
tree829c71bd7fe1be1dacdbc8c93bc0a1d4029813c8 /src/summaryview.h
parentbfbde319d3c708eb10031534725034c675dbe35a (diff)
reflect account preference for trash folder.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2931 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 723b5b73..201a9634 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -162,6 +162,9 @@ private:
/* junk filter list */
GSList *junk_fltlist;
+
+ /* generic flag */
+ gint tmp_flag;
};
SummaryView *summary_create(void);