From a1d16d5c974ca414b1b6234bfd34c78ae0f97d18 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 24 Apr 2008 06:07:10 +0000 Subject: added option of excluded addresses/domains for recipients confirmation. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1985 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libsylph/prefs_common.c') 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}, -- cgit v1.2.3