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