aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common.h
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/prefs_common.h
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/prefs_common.h')
-rw-r--r--src/prefs_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs_common.h b/src/prefs_common.h
index 58aa71cd..e0e53aa9 100644
--- a/src/prefs_common.h
+++ b/src/prefs_common.h
@@ -166,6 +166,7 @@ struct _PrefsCommon
gboolean display_header;
gint line_space;
gboolean render_html;
+ gboolean textview_cursor_visible;
gboolean enable_smooth_scroll;
gint scroll_step;
gboolean scroll_halfpage;