aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-19 07:38:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-19 07:38:01 +0000
commit8540bbfcd4d70cf694e762bc9f0c7c90c0a34f36 (patch)
treec0c4c3277fae13cf69f0db4401fbf79b19f61737 /src/mainwindow.c
parentbff58def46d17cda6004bd38adc8e7788a7edc40 (diff)
added an option to toggle cursor in message view.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@269 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index fefc77ba..91c23a70 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -1119,9 +1119,13 @@ void main_window_reflect_prefs_all(void)
else
gtk_widget_show(mainwin->exec_btn);
- summary_redisplay_msg(mainwin->summaryview);
headerview_set_visibility(mainwin->messageview->headerview,
prefs_common.display_header_pane);
+
+ textview_reflect_prefs(mainwin->messageview->textview);
+ textview_reflect_prefs(mainwin->messageview->mimeview->textview);
+
+ summary_redisplay_msg(mainwin->summaryview);
}
}