aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-17 09:08:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-17 09:08:28 +0000
commit82f2b2c8d01340ed478e05313e52f1324faaf272 (patch)
tree447185c98d300f2f1831da07927a2031d0c76b62 /libsylph/prefs_common.c
parent186fb3f95f60797959a3b35bebbca5dfb08d855c (diff)
enabled toggle of the searchbar.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@901 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index ad18467f..5b96a5a9 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -125,6 +125,7 @@ static PrefParam param[] = {
{"bold_unread", "TRUE", &prefs_common.bold_unread, P_BOOL},
{"toolbar_style", "3", &prefs_common.toolbar_style, P_ENUM},
+ {"show_searchbar", "TRUE", &prefs_common.show_searchbar, P_BOOL},
{"show_statusbar", "TRUE", &prefs_common.show_statusbar, P_BOOL},
{"summary_col_show_mark", "TRUE",