aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-17 04:48:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-17 04:48:28 +0000
commit5d5b413e4b4213e72f51d6393d4f42ba96936ea2 (patch)
tree470154d84b34f340f90ceefb0ccbc936869002a7 /libsylph/prefs_common.h
parent0758434f9b288d0c05d7df2147a24c0ca9af0492 (diff)
implemented RFC 2231 filename encoding on send.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1052 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index de3a53c8..6f12e877 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -44,6 +44,12 @@ typedef enum {
CTE_8BIT
} TransferEncodingMethod;
+typedef enum {
+ FENC_MIME,
+ FENC_RFC2231,
+ FENC_NONE
+} MIMEFilenameEncodingMethod;
+
struct _PrefsCommon
{
/* Receive */
@@ -62,6 +68,7 @@ struct _PrefsCommon
gboolean savemsg;
gboolean filter_sent;
TransferEncodingMethod encoding_method;
+ MIMEFilenameEncodingMethod mime_fencoding_method;
gboolean allow_jisx0201_kana;