diff options
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r-- | libsylph/prefs_common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 0c3de0bc..532d1c6d 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -337,6 +337,7 @@ static PrefParam param[] = { P_INT}, {"display_header", "TRUE", &prefs_common.display_header, P_BOOL}, {"render_html", "TRUE", &prefs_common.render_html, P_BOOL}, + {"alt_prefer_html", "FALSE", &prefs_common.alt_prefer_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}, |