From e2c282962d73d21414e6358aec97dc308199c3c8 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 1 Nov 2005 08:08:05 +0000 Subject: added fallback encoding setting. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@702 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libsylph/prefs_common.c') 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 */ -- cgit v1.2.3