Made encoding detection actually work. Added a deprecation notice in E-mail.h.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9932 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Nathan Whitehorn
2004-11-11 23:17:48 +00:00
parent 9ad2b1324f
commit 5344cdf47b
3 changed files with 7 additions and 5 deletions
+5 -2
View File
@@ -41,8 +41,12 @@ enum mail_flags {B_MAIL_PENDING = 1, /* waiting to be sent*/
#define B_MAIL_TYPE "text/x-email" /* mime type*/
/* Everything past this point is deprecated. See MailMessage.h, mail_encoding.h
and MailDaemon.h for alternatives. */
/* DEPRECATED -- DEPRECATED -- DEPRECATED -- DEPRECATED -- DEPRECATED */
/* DEPRECATED -- DEPRECATED -- DEPRECATED -- DEPRECATED -- DEPRECATED */
/* -----------------------------------------------------------------------*/
/* defines...*/
/* schedule days */
@@ -87,7 +91,6 @@ typedef struct {
bool beep;
} mail_notification;
/* -----------------------------------------------------------------------*/
/* global functions...*/