diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-11-01 08:08:05 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-11-01 08:08:05 +0000 |
commit | e2c282962d73d21414e6358aec97dc308199c3c8 (patch) | |
tree | d57f26242c57b07b6c3f5a681cad8cc0285c8c71 /libsylph/prefs_common.c | |
parent | a9e6d3699d6072adb28956bcc8e31ebd501618f8 (diff) |
added fallback encoding setting.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@702 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r-- | libsylph/prefs_common.c | 3 |
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 */ |