aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-04-08 07:26:19 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-04-08 07:26:19 +0000
commit72591eb149003fc8214c7c09152cfd1600caaa60 (patch)
tree6817edc3c4b06f17f82f758fec017e7b8a7dd73b /libsylph/prefs_common.c
parenteebe5e587f162490e3603421496a84406eaf719b (diff)
added the option to confirm recipients before sending.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1970 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 0a990abc..490fea12 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -61,6 +61,7 @@ static PrefParam param[] = {
&prefs_common.mime_fencoding_method, P_ENUM},
{"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},
{"allow_jisx0201_kana", "FALSE", &prefs_common.allow_jisx0201_kana,
P_BOOL},