aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-30 01:44:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-30 01:44:25 +0000
commit75f37b65e012d413d2417015a40e9c42304d1c25 (patch)
treefc634955a430c64e551bd120814da439b655d28d /libsylph/prefs_common.c
parent2920e07a20f8d7814596382a1461cf75b23ffff9 (diff)
made always_show_message_when_selected enable by default.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2643 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 238c5dd5..34c928eb 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -398,7 +398,7 @@ static PrefParam param[] = {
{"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL},
{"separate_message", "FALSE", &prefs_common.sep_msg, P_BOOL},
- {"always_show_message_when_selected", "FALSE",
+ {"always_show_message_when_selected", "TRUE",
&prefs_common.always_show_msg, P_BOOL},
{"open_unread_on_enter", "FALSE", &prefs_common.open_unread_on_enter,
P_BOOL},