aboutsummaryrefslogtreecommitdiff
path: root/src/compose.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-16 06:20:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-16 06:20:01 +0000
commita2c35308bd6815962c36a3108cefe0069cdc1b33 (patch)
treefa7497d735e2904a35e91f167ad7c279f0436b4f /src/compose.h
parent8d574b9f4ca411ae7e3303fae8e2d365e3ece9c9 (diff)
added a menu to temporally change the outgoing encoding to the composition window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@175 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.h')
-rw-r--r--src/compose.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compose.h b/src/compose.h
index c0a9c923..95928f3f 100644
--- a/src/compose.h
+++ b/src/compose.h
@@ -34,6 +34,7 @@ typedef struct _AttachInfo AttachInfo;
#include "addressbook.h"
#include "prefs_account.h"
#include "undo.h"
+#include "codeconv.h"
typedef enum
{
@@ -151,6 +152,8 @@ struct _Compose
gboolean use_followupto;
gboolean use_attach;
+ CharSet out_encoding;
+
/* privacy settings */
gboolean use_signing;
gboolean use_encryption;