aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-20 05:11:34 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-12-20 05:11:34 +0000
commit1d2c08d736595d00fe3976b8774566783fa40c20 (patch)
treed296455c2bed82266ab07f1ae618a8d1069ee90b /libsylph/prefs_common.c
parentab69c08b535b1098c0d399aefe19757d966754a2 (diff)
added new option: 'Set only mail address when composing from address book'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2759 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 2cf13174..ee6040c6 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -443,6 +443,8 @@ static PrefParam param[] = {
&prefs_common.enable_address_completion, P_BOOL},
{"fullauto_completion_mode", "TRUE",
&prefs_common.fullauto_completion_mode, P_BOOL},
+ {"always_add_address_only", "FALSE",
+ &prefs_common.always_add_address_only, P_BOOL},
{"confirm_on_exit", "FALSE", &prefs_common.confirm_on_exit, P_BOOL},
{"clean_trash_on_exit", "FALSE", &prefs_common.clean_on_exit, P_BOOL},