aboutsummaryrefslogtreecommitdiff
path: root/libsylph
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
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')
-rw-r--r--libsylph/prefs_common.c2
-rw-r--r--libsylph/prefs_common.h1
2 files changed, 3 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},
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 1bce0ced..37a230bd 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -73,6 +73,7 @@ struct _PrefsCommon
gboolean check_attach;
gchar *check_attach_str;
gboolean check_recipients;
+ gchar *check_recp_exclude;
gboolean allow_jisx0201_kana;