aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-07-25 09:19:12 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-07-25 09:19:12 +0000
commit41b460724c6455eae000ab3dfbfa5553a597e030 (patch)
tree1a4968f09ab7ccbb38241fce3d4f848d2c558c16 /src/mainwindow.c
parent16066c7301977f08f712e349ee950c31ebd0eeda (diff)
improved the new attachmemts interface.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3134 ee746299-78ed-0310-b773-934348b2243d
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 f64677fe..faf0853e 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -1303,6 +1303,8 @@ void main_window_reflect_prefs_all(void)
folderview_reflect_prefs(mainwin->folderview);
+ messageview_reflect_prefs(mainwin->messageview);
+
headerview_set_visibility(mainwin->messageview->headerview,
prefs_common.display_header_pane);