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.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index be37ba90..815584aa 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2008 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2009 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -462,6 +462,11 @@ static PrefParam param[] = {
{"ext_sendmail_cmd", DEFAULT_SENDMAIL_CMD, &prefs_common.extsend_cmd,
P_STRING},
+ /* Update check */
+ {"auto_update_check", "TRUE", &prefs_common.auto_update_check, P_BOOL},
+ {"use_http_proxy", "FALSE", &prefs_common.use_http_proxy, P_BOOL},
+ {"http_proxy_host", NULL, &prefs_common.http_proxy_host, P_STRING},
+
/* Advanced */
{"strict_cache_check", "FALSE", &prefs_common.strict_cache_check,
P_BOOL},