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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 1c90fd7e..9e53a98f 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -82,6 +82,9 @@ static PrefParam param[] = {
{"linewrap_before_sending", "FALSE", &prefs_common.linewrap_at_send,
P_BOOL},
+ {"enable_autosave", "FALSE", &prefs_common.enable_autosave, P_BOOL},
+ {"autosave_interval", "5", &prefs_common.autosave_itv, P_INT},
+
{"reply_with_quote", "TRUE", &prefs_common.reply_with_quote, P_BOOL},
{"reply_account_autoselect", "TRUE",
&prefs_common.reply_account_autosel, P_BOOL},