aboutsummaryrefslogtreecommitdiff
path: root/libsylph
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
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')
-rw-r--r--libsylph/prefs_common.c1
-rw-r--r--libsylph/prefs_common.h1
2 files changed, 2 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",
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index eee87b3a..a317e235 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -107,6 +107,7 @@ struct _PrefsCommon
gboolean bold_unread;
ToolbarStyle toolbar_style;
+ gboolean show_searchbar;
gboolean show_statusbar;
/* Summary columns visibility, position and size */