aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
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.c
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.c')
-rw-r--r--libsylph/prefs_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 590951ee..35270667 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -295,6 +295,8 @@ static PrefParam param[] = {
P_BOOL},
{"display_header", "TRUE", &prefs_common.display_header, P_BOOL},
{"render_html", "TRUE", &prefs_common.render_html, P_BOOL},
+ {"html_only_as_attach", "FALSE", &prefs_common.html_only_as_attach,
+ P_BOOL},
{"line_space", "2", &prefs_common.line_space, P_INT},
{"textview_cursor_visible", "FALSE",