aboutsummaryrefslogtreecommitdiff
path: root/libsylph/folder.c
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.c
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.c')
-rw-r--r--libsylph/folder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/folder.c b/libsylph/folder.c
index c63d5ba7..0837c17c 100644
--- a/libsylph/folder.c
+++ b/libsylph/folder.c
@@ -191,6 +191,7 @@ FolderItem *folder_item_new(const gchar *name, const gchar *path)
item->auto_replyto = NULL;
item->mark_queue = NULL;
item->last_selected = 0;
+ item->qsearch_cond_type = 0;
item->data = NULL;
return item;