Bug 298927 - [Mac] Thunderbird doesn't register itself as a mailto: handler. r=josh, sr=mscott, a=bsmedberg.

This commit is contained in:
mozilla.mano%sent.com 2005-06-30 20:07:37 +00:00
Родитель 8e0af611f4
Коммит 4f466a976e
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,17 @@
<string>MOZM</string>
<key>CFBundleVersion</key>
<string>APP_VERSION</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>Email Address URL</string>
<key>CFBundleURLSchemes</key>
<array>
<string>mailto</string>
</array>
</dict>
</array>
<key>NSAppleScriptEnabled</key>
<true/>
</dict>