Added Thunderbird to the mail clients

This commit is contained in:
J.H.M. Dassen (Ray) 2004-10-21 19:19:45 +00:00
parent 59193577c4
commit 6f620d298d
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-10-21 J.H.M. Dassen (Ray) <jdassen@debian.org>
* gnome-default-applications-properties-structs.c: Added Thunderbird to
the mail clients.
2004-10-21 Sebastien Bacher <seb128@debian.org> 2004-10-21 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties.c: (read_browser), * gnome-default-applications-properties.c: (read_browser),

View file

@ -39,6 +39,7 @@ MailerDescription possible_mailers[] = {
{ N_("Evolution Mail Reader"), "evolution", "evolution %s", FALSE, FALSE, }, { N_("Evolution Mail Reader"), "evolution", "evolution %s", FALSE, FALSE, },
{ N_("Balsa"), "balsa", "balsa -m %s", FALSE, FALSE }, { N_("Balsa"), "balsa", "balsa -m %s", FALSE, FALSE },
{ N_("KMail"), "kmail", "kmail %s", FALSE, FALSE }, { N_("KMail"), "kmail", "kmail %s", FALSE, FALSE },
{ N_("Thunderbird"), "mozilla-thunderbird", "mozilla-thunderbird -mail %s", FALSE, FALSE},
{ N_("Mozilla Mail"), "mozilla", "mozilla -mail %s", FALSE, FALSE}, { N_("Mozilla Mail"), "mozilla", "mozilla -mail %s", FALSE, FALSE},
{ N_("Mutt") , "mutt", "mutt %s", TRUE, FALSE }, { N_("Mutt") , "mutt", "mutt %s", TRUE, FALSE },