aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_account.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-14 06:59:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-14 06:59:29 +0000
commit6e466a9e0cf75cf6e4a512fcdb793766f0c45a63 (patch)
tree78e513f9e9b3288162adf452835d693434fcec5d /libsylph/prefs_account.c
parent53d03c4970876ad8387fb3a743a25f4b9cec85e3 (diff)
added an option to update only INBOX on checking new messages of IMAP4 accounts.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@827 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_account.c')
-rw-r--r--libsylph/prefs_account.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_account.c b/libsylph/prefs_account.c
index dd281904..c53975d7 100644
--- a/libsylph/prefs_account.c
+++ b/libsylph/prefs_account.c
@@ -61,6 +61,8 @@ static PrefParam param[] = {
{"enable_size_limit", "FALSE", &tmp_ac_prefs.enable_size_limit, P_BOOL},
{"size_limit", "1024", &tmp_ac_prefs.size_limit, P_INT},
{"filter_on_receive", "TRUE", &tmp_ac_prefs.filter_on_recv, P_BOOL},
+ {"imap_check_inbox_only", "FALSE", &tmp_ac_prefs.imap_check_inbox_only,
+ P_BOOL},
{"imap_auth_method", "0", &tmp_ac_prefs.imap_auth_type, P_ENUM},
{"max_nntp_articles", "300", &tmp_ac_prefs.max_nntp_articles, P_INT},
{"receive_at_get_all", "TRUE", &tmp_ac_prefs.recv_at_getall, P_BOOL},