aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-12-27 08:38:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-12-27 08:38:46 +0000
commit67898cdf65b54bd264007c914ad06fca8dd84615 (patch)
tree10083e31aa0865b5a1a98fb1b016a40483188979 /libsylph/prefs_common.h
parentbdcc354cda8859b86fea45e28419cf44ec42cd3b (diff)
added the option to treat HTML only messages as attachment.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1947 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 18c1b134..2bd100df 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -191,6 +191,7 @@ struct _PrefsCommon
gboolean display_header;
gint line_space;
gboolean render_html;
+ gboolean html_only_as_attach;
gboolean textview_cursor_visible;
gboolean enable_smooth_scroll;
gint scroll_step;