Bug#278762: [278762] control-center: Default Mail Reader Thunderbird has broken compose command

Alexander Sack Alexander Sack <asac@jwsdot.com>, 278762@bugs.debian.org
Wed, 01 Dec 2004 17:19:01 +0100


This is a multi-part message in MIME format.
--------------000709010701060009010205
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Update for this bug. the needed thunderbird command is now (since 0.9-x) 
plain and simple:

mozilla-thunderbird %s

Attached is the *new dpatch*. just replace the current one and go!

Any chance that you upload it before sarge?

Thanks

Alex

-- 
 GPG messages preferred. |  .''`.  ** Debian GNU/Linux **
 Alexander Sack          | : :' :      The  universal
 asac@jwsdot.com         | `. `'      Operating System
 http://www.jwsdot.com/  |   `-    http://www.debian.org/


--------------000709010701060009010205
Content-Type: text/x-patch;
 name="01_gnome-default-applications-properties-structs.c.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="01_gnome-default-applications-properties-structs.c.patch"

--- capplets/default-applications/gnome-default-applications-properties-structs.c.orig	2004-10-14 19:35:56.000000000 +0200
+++ capplets/default-applications/gnome-default-applications-properties-structs.c	2004-10-20 00:18:29.000000000 +0200
@@ -6,12 +6,13 @@
 	gboolean in_path;
 };
 BrowserDescription possible_browsers[] = {
+        { N_("Debian Sensible Browser"),"sensible-browser",    "sensible-browser %s",    FALSE, FALSE },
         { N_("Epiphany"), 		"epiphany",	"epiphany %s",		FALSE, FALSE },
         { N_("Galeon"), 		"galeon",	"galeon %s",		FALSE, FALSE },
         { N_("Encompass"), 		"encompass",	"encompass %s",		FALSE, FALSE },
-        { N_("Firebird/FireFox"),  "mozilla-firebird",  "mozilla-firebird %s",  FALSE, FALSE },
-        { N_("Firebird/FireFox"),  "mozilla-firefox",	"mozilla-firebird %s",  FALSE, FALSE },
-        { N_("Firebird/FireFox"),  	"firefox",	"mozilla-firebird %s",	FALSE, FALSE },
+        { N_("Firebird/FireFox"),  "mozilla-firebird",  "mozilla-firefox %s",  FALSE, FALSE },
+        { N_("Firebird/FireFox"),  "mozilla-firefox",	"mozilla-firefox %s",  FALSE, FALSE },
+        { N_("Firebird/FireFox"),  	"firefox",	"mozilla-firefox %s",	FALSE, FALSE },
         { N_("Mozilla/Netscape 6"), 	"mozilla-1.6",	"mozilla-1.6 %s",	FALSE, FALSE },
         { N_("Mozilla/Netscape 6"), 	"mozilla",	"mozilla %s",		FALSE, FALSE },
         { N_("Netscape Communicator"), 	"netscape",	"netscape %s",		FALSE, FALSE },
@@ -33,6 +35,7 @@
 	 * there is only one (the first entry in this list) Evolution entry 
 	 * in the list shown to the user
 	 */
+	{ N_("Evolution Mail Reader"),		"evolution-2.0",	"evolution-2.0 %s",	FALSE, FALSE, },
 	{ N_("Evolution Mail Reader"),		"evolution-1.6",	"evolution-1.6 %s",	FALSE, FALSE, },
 	{ N_("Evolution Mail Reader"),		"evolution-1.5",	"evolution-1.5 %s",	FALSE, FALSE, },
         { N_("Evolution Mail Reader"),		"evolution-1.4",	"evolution-1.4 %s",	FALSE, FALSE, },
@@ -40,6 +41,7 @@
 	{ N_("Balsa"),        			"balsa",		"balsa -m %s",		FALSE, FALSE },
 	{ N_("KMail"),        			"kmail",		"kmail %s",		FALSE, FALSE },
 	{ N_("Mozilla Mail"), 			"mozilla",		"mozilla -mail %s",	FALSE, FALSE},
+	{ N_("Thunderbird"),			"mozilla-thunderbird",	"mozilla-thunderbird %s",     FALSE, FALSE},
         { N_("Mutt") , 	  			"mutt",			"mutt %s",		TRUE,  FALSE },
 
 };
@@ -51,6 +53,7 @@
 	gboolean in_path;
 };
 TerminalDescription possible_terminals[] = { 
+        { N_("Debian Terminal Emulator"), "x-terminal-emulator", "-e", FALSE },
         { N_("Gnome Terminal"),		"gnome-terminal",	"-x", FALSE },
         { N_("Standard XTerminal"),	"xterm",		"-e", FALSE },
         { N_("NXterm"),			"nxterm",		"-e", FALSE },

--------------000709010701060009010205--