Re-add Mail support declaration for mails again, thanks Stippi.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40795 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler 2011-03-03 20:10:40 +00:00
parent 443561c08d
commit 2e1acbe269

View File

@ -4,6 +4,8 @@ resource app_signature "application/x-vnd.Be-MAIL";
resource app_flags B_SINGLE_LAUNCH;
resource file_types message {
"types" = "text/x-email",
"types" = "text/x-partial-email",
"types" = "application/x-person",
"types" = "application/x-vnd.Be.URL.mailto",
"types" = "text/x-vnd.Be-MailDraft"