diff options
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r-- | libsylph/prefs_common.h | 5 |
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]; |