aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_account.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-31 03:39:38 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-31 03:39:38 +0000
commita9617ea3915a1adf045d505191e810a7d4fc4b97 (patch)
tree1eb792c0fdb172ca18670c18777061ea5691c7e6 /libsylph/prefs_account.c
parentfc9b812709a40dad79d2d5ca4d0c5e42b1358618 (diff)
leave messages on POP3 server for 7 days by default.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2686 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_account.c')
-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},