From 19453aea34c35def050511678fa4244c0ecdabb5 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 21 Dec 2009 07:35:15 +0000 Subject: added option to set only mail address of recipients when replying. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2404 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libsylph/prefs_common.h') diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h index cd3c1e54..e5bd7f6a 100644 --- a/libsylph/prefs_common.h +++ b/libsylph/prefs_common.h @@ -310,8 +310,8 @@ struct _PrefsCommon gboolean online_mode; /* Append new members here */ - /* Display */ - gboolean folder_col_visible[4]; + gboolean folder_col_visible[4]; /* Display */ + gboolean reply_address_only; /* Compose */ }; extern PrefsCommon prefs_common; -- cgit v1.2.3