list "thunderbird" as program name, patch from Pawel Worach
2005-05-22 Sebastien Bacher <seb128@debian.org> * gnome-default-applications-properties-structs.c: list "thunderbird" as program name, patch from Pawel Worach <sajd@telia.com> (Closes: #167757).
This commit is contained in:
parent
2174d6a648
commit
874b8da91d
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-05-22 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* gnome-default-applications-properties-structs.c:
|
||||
list "thunderbird" as program name,
|
||||
patch from Pawel Worach <sajd@telia.com> (Closes: #167757).
|
||||
|
||||
2005-05-22 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* gnome-default-applications-properties.glade:
|
||||
|
|
|
@ -41,6 +41,7 @@ MailerDescription possible_mailers[] = {
|
|||
{ N_("Evolution Mail Reader"), "evolution", "evolution %s", FALSE, FALSE, },
|
||||
{ N_("Balsa"), "balsa", "balsa -m %s", FALSE, FALSE },
|
||||
{ N_("KMail"), "kmail", "kmail %s", FALSE, FALSE },
|
||||
{ N_("Thunderbird"), "thunderbird", "thunderbird -mail %s", FALSE, FALSE},
|
||||
{ N_("Thunderbird"), "mozilla-thunderbird", "mozilla-thunderbird -mail %s", FALSE, FALSE},
|
||||
{ N_("Mozilla Mail"), "mozilla", "mozilla -mail %s", FALSE, FALSE},
|
||||
{ N_("Mutt") , "mutt", "mutt %s", TRUE, FALSE },
|
||||
|
|
Loading…
Add table
Reference in a new issue