From 0ba6d601e8ab894e674e6bbefc20051cb7e7fe21 Mon Sep 17 00:00:00 2001 From: shatty Date: Wed, 17 Nov 2004 01:56:18 +0000 Subject: [PATCH] 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 --- headers/os/mail/mail_encoding.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/os/mail/mail_encoding.h b/headers/os/mail/mail_encoding.h index 90765ff227..eac45759f5 100644 --- a/headers/os/mail/mail_encoding.h +++ b/headers/os/mail/mail_encoding.h @@ -10,9 +10,9 @@ #include -#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.