aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-18 08:15:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-18 08:15:46 +0000
commit33d5b6b450180b7b2d1dfcee16f493e172d8a89f (patch)
tree2117b9fc0c66eb7eed71340d652d74603895ef55 /libsylph/prefs_common.h
parent04e39b4605146e09a9ae8b977b2f453336f1eab6 (diff)
implemented the framework of toolbar customization.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1497 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 6435bd7b..0b708be3 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -118,6 +118,9 @@ struct _PrefsCommon
gboolean show_searchbar;
gboolean show_statusbar;
+ gchar *main_toolbar_setting;
+ gchar *compose_toolbar_setting;
+
/* Summary columns visibility, position and size */
gboolean summary_col_visible[N_SUMMARY_COLS];
gint summary_col_pos[N_SUMMARY_COLS];