restore prior values for utf8 and null, for the sake of default send mail encoding settings

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9981 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2004-11-17 01:56:18 +00:00
parent ec1cf916a3
commit 0ba6d601e8

View File

@ -10,9 +10,9 @@
#include <sys/types.h>
#define B_MAIL_UTF8_CONVERSION ((uint32) -1)
#define B_MAIL_NULL_CONVERSION ((uint32) -1)
#define B_MAIL_UTF8_CONVERSION ((uint32) -2)
// For specifying the UTF-8 character set when converting to/from UTF-8.
#define B_MAIL_NULL_CONVERSION ((uint32) -2)
#define B_MAIL_US_ASCII_CONVERSION ((uint32) -3)
// Plain 7 bit ASCII character set. A subset of UTF-8, but some mail software
// specifies it so we need to recognize it.