From 2e1acbe269426c6386b45f42f46f83c292c7a355 Mon Sep 17 00:00:00 2001 From: Clemens Zeidler Date: Thu, 3 Mar 2011 20:10:40 +0000 Subject: [PATCH] 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 --- src/apps/mail/Mail.rdef | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/mail/Mail.rdef b/src/apps/mail/Mail.rdef index df50a3a7e2..4c3e52222f 100644 --- a/src/apps/mail/Mail.rdef +++ b/src/apps/mail/Mail.rdef @@ -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"