Revision 2164 libsylph/prefs_common.c
| prefs_common.c (revision 2164) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* LibSylph -- E-Mail client library |
| 3 |
* Copyright (C) 1999-2008 Hiroyuki Yamamoto
|
|
| 3 |
* Copyright (C) 1999-2009 Hiroyuki Yamamoto
|
|
| 4 | 4 |
* |
| 5 | 5 |
* This library is free software; you can redistribute it and/or |
| 6 | 6 |
* modify it under the terms of the GNU Lesser General Public |
| ... | ... | |
| 462 | 462 |
{"ext_sendmail_cmd", DEFAULT_SENDMAIL_CMD, &prefs_common.extsend_cmd,
|
| 463 | 463 |
P_STRING}, |
| 464 | 464 |
|
| 465 |
/* Update check */ |
|
| 466 |
{"auto_update_check", "TRUE", &prefs_common.auto_update_check, P_BOOL},
|
|
| 467 |
{"use_http_proxy", "FALSE", &prefs_common.use_http_proxy, P_BOOL},
|
|
| 468 |
{"http_proxy_host", NULL, &prefs_common.http_proxy_host, P_STRING},
|
|
| 469 |
|
|
| 465 | 470 |
/* Advanced */ |
| 466 | 471 |
{"strict_cache_check", "FALSE", &prefs_common.strict_cache_check,
|
| 467 | 472 |
P_BOOL}, |
Also available in: Unified diff