aboutsummaryrefslogtreecommitdiff
path: root/libsylph/folder.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-11 05:37:57 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-11 05:37:57 +0000
commit3b2b5bf799e15079daa30fa4caaa317d98a0f178 (patch)
treea439d419e454a7d4b6badf5047202f0ad2a4896f /libsylph/folder.h
parent88fb2b8f6b56d33486e358869a4abeb4a6e44306 (diff)
the quick search condition now persists for the whole session.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1688 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/folder.h')
-rw-r--r--libsylph/folder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/folder.h b/libsylph/folder.h
index 1c8cd09d..96107261 100644
--- a/libsylph/folder.h
+++ b/libsylph/folder.h
@@ -294,6 +294,7 @@ struct _FolderItem
GSList *mark_queue;
guint last_selected;
+ gint qsearch_cond_type;
gpointer data;
};