aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/prefs_account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/prefs_account.c b/libsylph/prefs_account.c
index 6682af7a..e60a3bec 100644
--- a/libsylph/prefs_account.c
+++ b/libsylph/prefs_account.c
@@ -56,7 +56,7 @@ static PrefParam param[] = {
/* Receive */
{"use_apop_auth", "FALSE", &tmp_ac_prefs.use_apop_auth, P_BOOL},
{"remove_mail", "TRUE", &tmp_ac_prefs.rmmail, P_BOOL},
- {"message_leave_time", "0", &tmp_ac_prefs.msg_leave_time, P_INT},
+ {"message_leave_time", "7", &tmp_ac_prefs.msg_leave_time, P_INT},
{"get_all_mail", "FALSE", &tmp_ac_prefs.getall, P_BOOL},
{"enable_size_limit", "FALSE", &tmp_ac_prefs.enable_size_limit, P_BOOL},
{"size_limit", "1024", &tmp_ac_prefs.size_limit, P_INT},