From 84063c1f448f5e8e46ffe813a6fd4c9cbb89e2af Mon Sep 17 00:00:00 2001 From: "Alexander G.M. Smith" Date: Sun, 6 Nov 2005 20:39:13 +0000 Subject: [PATCH] Added MIME type application/x-vnd.Be.URL.mailto to BeMail's supported types. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14721 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bemail/versioning.rdef | 1 + src/servers/mail/HISTORY | 1 + 2 files changed, 2 insertions(+) diff --git a/src/apps/bemail/versioning.rdef b/src/apps/bemail/versioning.rdef index 8b5152a12e..7ce6b05833 100644 --- a/src/apps/bemail/versioning.rdef +++ b/src/apps/bemail/versioning.rdef @@ -5,6 +5,7 @@ resource file_types message { "types" = "text/x-email", "types" = "application/x-person", + "types" = "application/x-vnd.Be.URL.mailto", "types" = "text/x-vnd.Be-MailDraft" }; diff --git a/src/servers/mail/HISTORY b/src/servers/mail/HISTORY index 2c2d998fe2..bbac985b39 100644 --- a/src/servers/mail/HISTORY +++ b/src/servers/mail/HISTORY @@ -5,6 +5,7 @@ VERSION HISTORY November 5 2005 - v3.0.3 - Fixed up source code to compile under the newest Haiku build system. - AGMSBayesianSpamServer renamed to "spamdbm", runtime interface between the filter and server repaired, spam MIME types and icons also revived. +- BeMail supported MIME type added for "application/x-vnd.Be.URL.mailto" as requested by tqh on BeBits. So now opening a mailto link in NetPositive only opens one BeMail window rather than two. January 30 2005 - v3.0.2 - Added SMTP SSL support