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 34c928eb..ee5f87d1 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -409,6 +409,8 @@ static PrefParam param[] = {
{"open_inbox_on_inc", "FALSE", &prefs_common.open_inbox_on_inc, P_BOOL},
{"open_inbox_on_startup", "FALSE", &prefs_common.open_inbox_on_startup,
P_BOOL},
+ {"change_account_on_folder_selection", "TRUE",
+ &prefs_common.change_account_on_folder_sel, P_BOOL},
{"immediate_execution", "TRUE", &prefs_common.immediate_exec, P_BOOL},
#ifdef G_OS_WIN32