From 874b8da91d5b7a62311aaf230b8a155259107a8e Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Sun, 22 May 2005 15:59:59 +0000 Subject: [PATCH] list "thunderbird" as program name, patch from Pawel Worach 2005-05-22 Sebastien Bacher * gnome-default-applications-properties-structs.c: list "thunderbird" as program name, patch from Pawel Worach (Closes: #167757). --- capplets/default-applications/ChangeLog | 6 ++++++ .../gnome-default-applications-properties-structs.c | 1 + 2 files changed, 7 insertions(+) diff --git a/capplets/default-applications/ChangeLog b/capplets/default-applications/ChangeLog index 262872e58..7410680ce 100644 --- a/capplets/default-applications/ChangeLog +++ b/capplets/default-applications/ChangeLog @@ -1,3 +1,9 @@ +2005-05-22 Sebastien Bacher + + * gnome-default-applications-properties-structs.c: + list "thunderbird" as program name, + patch from Pawel Worach (Closes: #167757). + 2005-05-22 Sebastien Bacher * gnome-default-applications-properties.glade: diff --git a/capplets/default-applications/gnome-default-applications-properties-structs.c b/capplets/default-applications/gnome-default-applications-properties-structs.c index dfff33b41..f6998da5f 100644 --- a/capplets/default-applications/gnome-default-applications-properties-structs.c +++ b/capplets/default-applications/gnome-default-applications-properties-structs.c @@ -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 },