aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.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/prefs_common.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/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 390f80f2..b00e7620 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -126,6 +126,9 @@ static PrefParam param[] = {
{"enable_rules_hint", "TRUE", &prefs_common.enable_rules_hint, P_BOOL},
{"bold_unread", "TRUE", &prefs_common.bold_unread, P_BOOL},
+ {"persist_qsearch_filter", "TRUE", &prefs_common.persist_qsearch_filter,
+ P_BOOL},
+
{"toolbar_style", "4", &prefs_common.toolbar_style, P_ENUM},
{"show_searchbar", "TRUE", &prefs_common.show_searchbar, P_BOOL},
{"show_statusbar", "TRUE", &prefs_common.show_statusbar, P_BOOL},