aboutsummaryrefslogtreecommitdiff
path: root/libsylph
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
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')
-rw-r--r--libsylph/prefs_common.c2
-rw-r--r--libsylph/prefs_common.h2
2 files changed, 4 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},
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 1630adce..aac6c48d 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -320,6 +320,8 @@ struct _PrefsCommon
gboolean change_account_on_folder_sel; /* Interface */
gboolean always_mark_read_on_show_msg; /* Interface */
+
+ gboolean always_add_address_only; /* Compose */
};
extern PrefsCommon prefs_common;