aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 9d1d6323..13f4e311 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -2083,6 +2083,9 @@ static void prefs_details_create(void)
(vbox2, checkbtn_openunread,
_("Open first unread message when entering a folder"));
+ SET_TOGGLE_SENSITIVITY_REV
+ (checkbtn_always_show_msg, checkbtn_openunread);
+
PACK_CHECK_BUTTON
(vbox2, checkbtn_mark_as_read_on_newwin,
_("Only mark message as read when opened in new window"));