Bug 520610 - E-mails (.eml) saved will not open from Finder. r=Mnyromyr.
--- a/suite/app/macbuild/Contents/Info.plist.in
+++ b/suite/app/macbuild/Contents/Info.plist.in
@@ -159,16 +159,32 @@
<string>htm</string>
<string>shtml</string>
<string>xml</string>
<string>xhtml</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>html.icns</string>
</dict>
+
+ <dict>
+ <key>CFBundleTypeName</key>
+ <string>@MOZ_APP_DISPLAYNAME@ E-mail</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>CFBundleTypeOSTypes</key>
+ <array>
+ <string>TEXT</string>
+ <string>utxt</string>
+ </array>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>eml</string>
+ </array>
+ </dict>
<!--Image Icon image.icns does not yet exist, but associating Images with the application here-->
<dict>
<key>CFBundleTypeName</key>
<string>Image Document</string>
<key>CFBundleTypeRole</key>
<string>Viewer</string>