aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-04-24 06:07:10 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-04-24 06:07:10 +0000
commita1d16d5c974ca414b1b6234bfd34c78ae0f97d18 (patch)
tree43a45cb0494793d76b6e5f1466d217d6aecc1530 /libsylph/prefs_common.c
parent8390e12e45f209a0174318ed529068595c7f70d3 (diff)
added option of excluded addresses/domains for recipients confirmation.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1985 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 490fea12..8a24b258 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -62,6 +62,8 @@ static PrefParam param[] = {
{"check_attach", "FALSE", &prefs_common.check_attach, P_BOOL},
{"check_attach_str", NULL, &prefs_common.check_attach_str, P_STRING},
{"check_recipients", "FALSE", &prefs_common.check_recipients, P_BOOL},
+ {"check_recp_exclude", NULL, &prefs_common.check_recp_exclude,
+ P_STRING},
{"allow_jisx0201_kana", "FALSE", &prefs_common.allow_jisx0201_kana,
P_BOOL},