aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-21 07:35:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-21 07:35:15 +0000
commit19453aea34c35def050511678fa4244c0ecdabb5 (patch)
tree7edba71c5c8b2a6a4e26f00b2432a2ae325ef12e /libsylph/prefs_common.h
parent96ac773bf82363529a25fd85cb32e53cc0faa10a (diff)
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
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h4
1 files changed, 2 insertions, 2 deletions
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;