aboutsummaryrefslogtreecommitdiff
path: root/libsylph/folder.c
diff options
context:
space:
mode:
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;