From 5d5b413e4b4213e72f51d6393d4f42ba96936ea2 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 17 Mar 2006 04:48:28 +0000 Subject: implemented RFC 2231 filename encoding on send. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1052 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libsylph/prefs_common.c') diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 8360d0ce..5c4bfca5 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -57,6 +57,8 @@ static PrefParam param[] = { {"filter_sent_message", "FALSE", &prefs_common.filter_sent, P_BOOL}, {"encoding_method", "0", &prefs_common.encoding_method, P_ENUM}, + {"mime_filename_encoding_method", "0", + &prefs_common.mime_fencoding_method, P_ENUM}, {"allow_jisx0201_kana", "FALSE", &prefs_common.allow_jisx0201_kana, P_BOOL}, -- cgit v1.2.3