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

@ -39,6 +39,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"), "mozilla-thunderbird", "mozilla-thunderbird -mail %s", FALSE, FALSE},
{ N_("Mozilla Mail"), "mozilla", "mozilla -mail %s", FALSE, FALSE},
{ N_("Mutt") , "mutt", "mutt %s", TRUE, FALSE },