Added Thunderbird to the mail clients
This commit is contained in:
parent
59193577c4
commit
6f620d298d
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* gnome-default-applications-properties.c: (read_browser),
|
||||
|
|
|
@ -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 },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue