diff options
Diffstat (limited to 'libsylph')
-rw-r--r-- | libsylph/prefs_common.c | 2 |
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}, |