fixed Thunderbird command line parameter. Closes bug #326808.

2006-01-17  Luca Cavalli  <loopback@slackit.org>

	* gnome-default-applications.xml.in: fixed Thunderbird command
	line parameter. Closes bug #326808.
This commit is contained in:
Luca Cavalli 2006-01-23 10:55:11 +00:00 committed by Rodrigo Moya
parent 166df0a0a8
commit c8ee47bb8a
2 changed files with 7 additions and 2 deletions

View file

@ -202,14 +202,14 @@
<mail-reader>
<_name>Thunderbird</_name>
<executable>thunderbird</executable>
<command>thunderbird -mail %s</command>
<command>thunderbird mailto:%s</command>
<icon-name>thunderbird</icon-name>
<run-in-terminal>false</run-in-terminal>
</mail-reader>
<mail-reader>
<_name>Mozilla Thunderbird</_name>
<executable>mozilla-thunderbird</executable>
<command>mozilla-thunderbird -mail %s</command>
<command>mozilla-thunderbird mailto:%s</command>
<icon-name>thunderbird</icon-name>
<run-in-terminal>false</run-in-terminal>
</mail-reader>