aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 3e258cd2..18dbecaa 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -244,6 +244,9 @@ static PrefParam param[] = {
{"resize_image", "TRUE", &prefs_common.resize_image, P_BOOL},
{"inline_image", "TRUE", &prefs_common.inline_image, P_BOOL},
+ {"fallback_encoding", CS_AUTO, &prefs_common.fallback_encoding,
+ P_STRING},
+
{"show_other_header", "FALSE", &prefs_common.show_other_header, P_BOOL},
/* MIME viewer */