From fbf788d083531c1f2677eb22041e578c7280fe3a Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 7 Nov 2005 06:39:56 +0000 Subject: moved the location of fallback_encoding. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@716 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libsylph/prefs_common.c') diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index c8a4f1c8..1c90fd7e 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -62,7 +62,7 @@ static PrefParam param[] = { {"save_message", "TRUE", &prefs_common.savemsg, P_BOOL}, {"filter_sent_message", "FALSE", &prefs_common.filter_sent, P_BOOL}, - {"outgoing_charset", CS_AUTO, &prefs_common.outgoing_charset, P_STRING}, + {"outgoing_charset", NULL, &prefs_common.outgoing_charset, P_STRING}, {"encoding_method", "0", &prefs_common.encoding_method, P_ENUM}, {"allow_jisx0201_kana", "FALSE", &prefs_common.allow_jisx0201_kana, @@ -244,8 +244,7 @@ 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}, + {"default_encoding", NULL, &prefs_common.default_encoding, P_STRING}, {"show_other_header", "FALSE", &prefs_common.show_other_header, P_BOOL}, -- cgit v1.2.3