From a89f9dbb8ea9811d2d6ca4a0f006c90a2c3d857d Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 28 Nov 2005 09:20:25 +0000 Subject: moved outgoing encoding option into Display - Encoding tab. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@786 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsylph/prefs_common.c') diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 7858fb6a..0ab5cb31 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -56,7 +56,6 @@ static PrefParam param[] = { {"save_message", "TRUE", &prefs_common.savemsg, P_BOOL}, {"filter_sent_message", "FALSE", &prefs_common.filter_sent, P_BOOL}, - {"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, @@ -249,6 +248,7 @@ static PrefParam param[] = { /* Encoding */ {"default_encoding", NULL, &prefs_common.default_encoding, P_STRING}, + {"outgoing_charset", NULL, &prefs_common.outgoing_charset, P_STRING}, {"show_other_header", "FALSE", &prefs_common.show_other_header, P_BOOL}, -- cgit v1.2.3