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 e6358b42..4b5759de 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -437,6 +437,8 @@ static PrefParam param[] = {
P_BOOL},
{"enable_address_completion", "TRUE",
&prefs_common.enable_address_completion, P_BOOL},
+ {"fullauto_completion_mode", "TRUE",
+ &prefs_common.fullauto_completion_mode, P_BOOL},
{"confirm_on_exit", "FALSE", &prefs_common.confirm_on_exit, P_BOOL},
{"clean_trash_on_exit", "FALSE", &prefs_common.clean_on_exit, P_BOOL},