aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
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.h
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.h')
-rw-r--r--libsylph/prefs_common.h2
1 files changed, 2 insertions, 0 deletions
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;