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:
@@ -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...*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user