[haiku-commits] Re: r40794 - in haiku/trunk/src: apps/mail data/beos_mime/text

  • From: Stephan Assmus <superstippi@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 03 Mar 2011 21:08:13 +0100

Am 03.03.2011 20:58, schrieb clemens.zeidler@xxxxxxxxxxxxxx:
Author: czeidler
Date: 2011-03-03 20:58:09 +0100 (Thu, 03 Mar 2011)
New Revision: 40794
Changeset: http://dev.haiku-os.org/changeset/40794

Added:
    haiku/trunk/src/data/beos_mime/text/x-partial-email
Modified:
    haiku/trunk/src/apps/mail/Mail.rdef
    haiku/trunk/src/data/beos_mime/text/x-email
Log:
Add another mime type file for partial downloaded messages. Clean up a bit, 
could somebody check if this is all right?
Removed the partial downloaded bitmap icon since I was unable to load a bitmap 
it in the mime type file. I'm using the new mail icon now. Could somebody 
create a partial vector icon?



Modified: haiku/trunk/src/apps/mail/Mail.rdef
===================================================================
--- haiku/trunk/src/apps/mail/Mail.rdef 2011-03-03 14:07:57 UTC (rev 40793)
+++ haiku/trunk/src/apps/mail/Mail.rdef 2011-03-03 19:58:09 UTC (rev 40794)
@@ -4,8 +4,6 @@
  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"
@@ -59,7 +57,7 @@

The rest of the patch looks OK to me, but the above should be reverted. It's just Mail declaring support for those types, it's not the type declaration itself.

Best regards,
-Stephan

Other related posts: