> FYI: During update check process, sylpheed access to > http://sylpheed.sraoss.jp/version.txt > and provides the following information only. > > * os (win or linux or other) > * version
Without disabling auto update check feature, it seems that it is better to disable auto update check configuration only. attached patch disables it by default. It makes that user can enable it by clicking manually configuration option.
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -507,7 +507,7 @@
P_STRING},
/* Update check */
- {"auto_update_check", "TRUE", &prefs_common.auto_update_check, P_BOOL},
+ {"auto_update_check", "FALSE", &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},
pgp20SZxfis4e.pgp
Description: PGP signature

