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"