aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 745740ee..3edf1213 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -1149,6 +1149,8 @@ void main_window_reflect_prefs_all(void)
else
gtk_widget_show(mainwin->exec_btn);
+ folderview_reflect_prefs(mainwin->folderview);
+
headerview_set_visibility(mainwin->messageview->headerview,
prefs_common.display_header_pane);