aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index b3d5dc48..8652d9c9 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -331,6 +331,8 @@ static PrefParam param[] = {
{"show_attach_tab", "FALSE", &prefs_common.show_attach_tab, P_BOOL},
{"show_attached_files_first", "TRUE",
&prefs_common.show_attached_files_first, P_BOOL},
+ {"attach_toolbutton_pos", "0", &prefs_common.attach_toolbutton_pos,
+ P_INT},
{"display_header", "TRUE", &prefs_common.display_header, P_BOOL},
{"render_html", "TRUE", &prefs_common.render_html, P_BOOL},
{"html_only_as_attach", "FALSE", &prefs_common.html_only_as_attach,