From 1d2c08d736595d00fe3976b8774566783fa40c20 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 20 Dec 2010 05:11:34 +0000 Subject: 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 --- libsylph/prefs_common.c | 2 ++ libsylph/prefs_common.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'libsylph') 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; -- cgit v1.2.3